added mailserver nerdctl network
This commit is contained in:
parent
a48d370062
commit
8bf718671f
@ -2,8 +2,13 @@ services:
|
|||||||
uptime-kuma:
|
uptime-kuma:
|
||||||
image: louislam/uptime-kuma:latest
|
image: louislam/uptime-kuma:latest
|
||||||
container_name: statusnetignet_uptime-kuma
|
container_name: statusnetignet_uptime-kuma
|
||||||
|
networks:
|
||||||
|
- mailserver
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:9009:3001"
|
- "127.0.0.1:9009:3001"
|
||||||
volumes:
|
volumes:
|
||||||
- ./volumes/data:/app/data
|
- ./volumes/data:/app/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
mailserver:
|
||||||
|
external: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user