Portainer Stack: set stack subnet to 172.22.18.0/24
This commit is contained in:
parent
99713f2363
commit
d0172e0dfe
1 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,13 @@
|
|||
name: portainer
|
||||
|
||||
networks:
|
||||
default:
|
||||
ipam:
|
||||
driver: default
|
||||
config:
|
||||
- subnet: 172.22.18.0/24
|
||||
gateway: 172.22.18.1
|
||||
|
||||
services:
|
||||
portainer-ce:
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue