We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80d4cf commit 87c552dCopy full SHA for 87c552d
docker-compose.yaml
@@ -49,10 +49,10 @@ services:
49
rabbitmq:
50
condition: service_started
51
magic-service:
52
- condition: service_started
+ condition: service_started
53
volumes:
54
- ./volumes/storage/files:/opt/www/storage/files
55
- - ./bin/magic-service/daemon-entrypoint.sh:/opt/www/entrypoint.sh
+ - ./bin/magic-service/daemon-entrypoint.sh:/opt/www/start.sh
56
env_file:
57
- .env
58
deploy:
0 commit comments