Changed entrypoint to "tini".

This commit is contained in:
Tobias Genannt 2021-09-13 08:18:23 +02:00
parent 2926d1a11d
commit a8b6883183
4 changed files with 4 additions and 12 deletions

View file

@ -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