Update docker-compose.yml
This commit is contained in:
@@ -21,7 +21,7 @@ services:
|
|||||||
- AUTH_PASSWORD=
|
- AUTH_PASSWORD=
|
||||||
|
|
||||||
# Server configuration
|
# Server configuration
|
||||||
- PORT=3000
|
- PORT=3069
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
@@ -31,7 +31,7 @@ services:
|
|||||||
"--no-verbose",
|
"--no-verbose",
|
||||||
"--tries=1",
|
"--tries=1",
|
||||||
"--spider",
|
"--spider",
|
||||||
"http://localhost:3000/health",
|
"http://localhost:3069/health",
|
||||||
]
|
]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
|
|||||||
Reference in New Issue
Block a user