Skip to content

Commit

Permalink
compose先恢复,dockerize启动存在异常
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo committed Jun 2, 2019
1 parent 6237655 commit fdefc0f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,10 @@ services:
restart: always
ports:
- "9123:9123"
depends_on:
- "mysql"
- "redis"
volumes:
- "./archery/settings.py:/opt/archery/archery/settings.py"
- "./archery/soar.yaml:/etc/soar.yaml"
- "./archery/downloads:/opt/archery/downloads"
entrypoint:
- dockerize
- -wait
- tcp://mysql:3306
- -wait
- tcp://redis:6379
- timeout
- 60s
command: ["bash","/opt/archery/src/docker/startup.sh"]
environment:
NGINX_PORT: 9123

0 comments on commit fdefc0f

Please sign in to comment.