[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
eca2d232ae
commit
811f35acc7
1 changed files with 5 additions and 5 deletions
10
compose.yaml
10
compose.yaml
|
|
@ -2,10 +2,10 @@ networks:
|
||||||
emby_sascha_network:
|
emby_sascha_network:
|
||||||
enable_ipv6: true
|
enable_ipv6: true
|
||||||
name: emby_sascha_network
|
name: emby_sascha_network
|
||||||
ipam:
|
# ipam:
|
||||||
config:
|
# config:
|
||||||
- subnet: "2a01:4f8:120:2144::/64"
|
# - subnet: "2a01:4f8:120:2144::/64"
|
||||||
gateway: "2a01:4f8:120:2144::254"
|
# gateway: "2a01:4f8:120:2144::254"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ services:
|
||||||
- "8096:8096"
|
- "8096:8096"
|
||||||
networks:
|
networks:
|
||||||
emby_sascha_network:
|
emby_sascha_network:
|
||||||
ipv6_address: 2a01:4f8:120:2144::c101:eb1
|
# ipv6_address: 2a01:4f8:120:2144::c101:eb1
|
||||||
|
|
||||||
alloy:
|
alloy:
|
||||||
image: grafana/alloy:latest
|
image: grafana/alloy:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue