[DOCKER] Fix incorrect script mount in worker
This commit is contained in:
parent
5cbb1627f2
commit
dc240fae49
@ -93,7 +93,7 @@ services:
|
||||
- ./docker/php/entrypoint.sh:/entrypoint.sh
|
||||
- ./docker/db/wait_for_db.sh:/wait_for_db.sh
|
||||
- ./docker/social/install.sh:/var/entrypoint.d/social_install.sh
|
||||
- ./docker/social/worker.sh:/var/entrypoint.d/social_worker.sh
|
||||
- ./docker/worker/worker.sh:/var/entrypoint.d/social_worker.sh
|
||||
# Main files
|
||||
- .:/var/www/social
|
||||
- /var/www/social/docker # exclude docker folder
|
||||
|
Loading…
Reference in New Issue
Block a user