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' version: '3.1'
networks:
default:
proxynet:
external: true
services: services:
app: app:
@ -7,4 +12,9 @@ services:
container_name: uptime-kuma container_name: uptime-kuma
restart: always restart: always
volumes: volumes:
- /home/docker/data/uptime-kuma:/app/data - /home/docker/data/uptime-kuma:/app/data
networks:
default:
proxynet:
aliases:
- uptime-kuma