fixed the variables again
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
services:
|
||||
app:
|
||||
image: corentinth/it-tools:${IT-TOOLS_VERSION:-latest}
|
||||
image: corentinth/it-tools:${IT_TOOLS_VERSION:-latest}
|
||||
container_name: it-tools-app
|
||||
ports:
|
||||
- ${IT-TOOLS_PORT:-8000}:80
|
||||
- ${IT_TOOLS_PORT:-8000}:80
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1/ || exit 1"]
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user