AURCache Stack: set defualt stack subnet to 172.22.16.0/24
This commit is contained in:
parent
1b68063fec
commit
13cf3955b4
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
||||||
name: AURCache-Stack
|
name: AURCache-Stack
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
ipam:
|
||||||
|
driver: default
|
||||||
|
config:
|
||||||
|
- subnet: 172.22.16.0/24
|
||||||
|
gateway: 172.22.16.1
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
image: ghcr.io/lukas-heiligenbrunner/aurcache:v0.3.1
|
image: ghcr.io/lukas-heiligenbrunner/aurcache:v0.3.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue