modified container names
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
container_name: uptime-kuma
|
|
||||||
image: louislam/uptime-kuma:2.2.1
|
image: louislam/uptime-kuma:2.2.1
|
||||||
|
container_name: uptime-kuma
|
||||||
ports:
|
ports:
|
||||||
- ${UPTIMEKUMA_PORT}:3001
|
- ${UPTIMEKUMA_PORT}:3001
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
container_name: uptime-kuma
|
|
||||||
image: louislam/uptime-kuma:latest
|
image: louislam/uptime-kuma:latest
|
||||||
|
container_name: uptime-kuma
|
||||||
ports:
|
ports:
|
||||||
- ${UPTIMEKUMA_PORT}:3001
|
- ${UPTIMEKUMA_PORT}:3001
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: containrrr/watchtower:latest
|
image: containrrr/watchtower:latest
|
||||||
|
container_name: watchtower
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user