fixed order of deploy
This commit is contained in:
@@ -10,16 +10,16 @@ services:
|
||||
- tautulli-config:/config
|
||||
ports:
|
||||
- ${TAUTULLI_PORT:-8181}:8181
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 512M
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-ILfSs", "http://localhost:8181/status"]
|
||||
start_period: 90s
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 512M
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user