Updated to new unit version

This commit is contained in:
Tobias Genannt
2022-10-07 08:08:30 +02:00
parent 879c700bb8
commit d3a30e1172
5 changed files with 41 additions and 23 deletions

View File

@@ -2,7 +2,10 @@ version: '3.4'
services:
netbox:
ports:
- 8000:8080
- "8000:8080"
# If you want the Nginx unit status page visible from the
# outside of the container add the following port mapping:
# - "8001:8081"
healthcheck:
# Time for which the health check can fail after the container is started.
# This depends mostly on the performance of your database. On the first start,