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