Bläddra i källkod

fix(docker-compose.yaml): Fix the issue where Docker Compose doesn't … (#14361)

LeanDeR 4 månader sedan
förälder
incheckning
e944646541
2 ändrade filer med 2 tillägg och 0 borttagningar
  1. 1 0
      docker/docker-compose-template.yaml
  2. 1 0
      docker/docker-compose.yaml

+ 1 - 0
docker/docker-compose-template.yaml

@@ -122,6 +122,7 @@ services:
       SANDBOX_PORT: ${SANDBOX_PORT:-8194}
     volumes:
       - ./volumes/sandbox/dependencies:/dependencies
+      - ./volumes/sandbox/conf:/conf
     healthcheck:
       test: [ 'CMD', 'curl', '-f', 'http://localhost:8194/health' ]
     networks:

+ 1 - 0
docker/docker-compose.yaml

@@ -534,6 +534,7 @@ services:
       SANDBOX_PORT: ${SANDBOX_PORT:-8194}
     volumes:
       - ./volumes/sandbox/dependencies:/dependencies
+      - ./volumes/sandbox/conf:/conf
     healthcheck:
       test: [ 'CMD', 'curl', '-f', 'http://localhost:8194/health' ]
     networks: