Changed entrypoint to "tini".
This commit is contained in:
parent
2926d1a11d
commit
a8b6883183
4 changed files with 4 additions and 12 deletions
|
@ -21,9 +21,6 @@ services:
|
|||
depends_on:
|
||||
- redis
|
||||
- postgres
|
||||
entrypoint:
|
||||
- "/sbin/tini"
|
||||
- "--"
|
||||
command:
|
||||
- /opt/netbox/venv/bin/python
|
||||
- /opt/netbox/netbox/manage.py
|
||||
|
@ -33,9 +30,6 @@ services:
|
|||
depends_on:
|
||||
- redis
|
||||
- postgres
|
||||
entrypoint:
|
||||
- "/sbin/tini"
|
||||
- "--"
|
||||
command:
|
||||
- /opt/netbox/housekeeping.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue