removed - from the config
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Host port that maps to Uptime Kuma's internal port 3001
|
# Host port that maps to Uptime Kuma's internal port 3001
|
||||||
UPTIME-KUMA_PORT=3001
|
UPTIMEKUMA_PORT=3001
|
||||||
|
|
||||||
# Linux username used to resolve the bind mount path (/home/<username>/uptime-kuma/data) — bind mount compose file only
|
# Linux username used to resolve the bind mount path (/home/<username>/uptime-kuma/data) — bind mount compose file only
|
||||||
UPTIME-KUMA_USERNAME=
|
UPTIMEKUMA_USERNAME=
|
||||||
@@ -3,9 +3,9 @@ services:
|
|||||||
container_name: uptime-kuma
|
container_name: uptime-kuma
|
||||||
image: louislam/uptime-kuma:latest
|
image: louislam/uptime-kuma:latest
|
||||||
ports:
|
ports:
|
||||||
- ${UPTIME-KUMA_PORT}:3001
|
- ${UPTIMEKUMA_PORT}:3001
|
||||||
volumes:
|
volumes:
|
||||||
- /home/${UPTIME-KUMA_USERNAME}/uptime-kuma/data:/app/data
|
- /home/${UPTIMEKUMA_USERNAME}/uptime-kuma/data:/app/data
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
container_name: uptime-kuma
|
container_name: uptime-kuma
|
||||||
image: louislam/uptime-kuma:latest
|
image: louislam/uptime-kuma:latest
|
||||||
ports:
|
ports:
|
||||||
- ${UPTIME-KUMA_PORT}:3001
|
- ${UPTIMEKUMA_PORT}:3001
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- uptime-kuma:/app/data
|
- uptime-kuma:/app/data
|
||||||
|
|||||||
Reference in New Issue
Block a user