Skip to content

Commit 87c552d

Browse files
committed
fix(docker-compose): update entrypoint script path from entrypoint.sh to start.sh
1 parent c80d4cf commit 87c552d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ services:
4949
rabbitmq:
5050
condition: service_started
5151
magic-service:
52-
condition: service_started
52+
condition: service_started
5353
volumes:
5454
- ./volumes/storage/files:/opt/www/storage/files
55-
- ./bin/magic-service/daemon-entrypoint.sh:/opt/www/entrypoint.sh
55+
- ./bin/magic-service/daemon-entrypoint.sh:/opt/www/start.sh
5656
env_file:
5757
- .env
5858
deploy:

0 commit comments

Comments
 (0)