Docker Files auf Port 5000 umgestellt
This commit is contained in:
@@ -5,13 +5,13 @@ services:
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
ports:
|
||||
- "5000:80"
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- ./data:/app/persistence
|
||||
- ./dumps:/app/wwwroot/downloads/sqlite
|
||||
- ./logs:/app/logs
|
||||
healthcheck:
|
||||
test: "curl -f http://localhost:80"
|
||||
test: "curl -f http://localhost:5000"
|
||||
interval: 1m30s
|
||||
timeout: 30s
|
||||
retries: 5
|
||||
|
Reference in New Issue
Block a user