Docker Netzwerk für Proxy hinzugefügt

This commit is contained in:
bmen 2023-02-20 16:04:06 +00:00
parent 507e0b53c5
commit 3678949ebf
1 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,10 @@
version: '3.1'
networks:
default:
proxynet:
external: true
services:
app:
@ -8,3 +13,8 @@ services:
restart: always
volumes:
- /home/docker/data/uptime-kuma:/app/data
networks:
default:
proxynet:
aliases:
- uptime-kuma