mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2026-04-14 10:49:38 +00:00
add container_name
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
services:
|
||||
croc:
|
||||
image: schollz/croc:10
|
||||
container_name: croc
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
ports:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
services:
|
||||
watchtower:
|
||||
image: nickfedor/watchtower:latest
|
||||
container_name: watchtower
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
Reference in New Issue
Block a user