소스 검색

update docker-compose

Alenx 6 년 전
부모
커밋
7ffd856cab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -28,7 +28,7 @@ services:
       - /tmp/walle/codebase/:/tmp/walle/codebase/
       - /tmp/walle/logs/:/opt/walle-web/logs/
       - /root/.ssh:/root/.ssh/
-    command: bash -c "cd /opt/walle-web/ && /bin/bash admin.sh migration &&  python waller.py"
+    command: bash -c "cd /opt/walle_home/ && /bin/bash admin.sh migration &&  python waller.py"
     expose:
       - "5000"
     depends_on: