mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
change entrypoint directive to command
This commit is contained in:
parent
c113f79b38
commit
ef5d779870
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ services:
|
||||||
expose:
|
expose:
|
||||||
- 8000
|
- 8000
|
||||||
# only use gunicorn if the TEST env variable is not "True"
|
# only use gunicorn if the TEST env variable is not "True"
|
||||||
entrypoint: newsblur_web/entrypoint.sh
|
command: /bin/bash -c newsblur_web/entrypoint.sh
|
||||||
volumes:
|
volumes:
|
||||||
- app-files:/srv/newsblur
|
- app-files:/srv/newsblur
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue