Docker Netzwerk für Proxy hinzugefügt
This commit is contained in:
parent
507e0b53c5
commit
3678949ebf
|
@ -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
|
Loading…
Reference in New Issue