change default network
This commit is contained in:
parent
df8765efd2
commit
5f8001af0d
10
compose.yml
10
compose.yml
|
@ -6,3 +6,13 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 8100:8000
|
- 8100:8000
|
||||||
image: ci.svs-tech.pro/sm-admin:latest
|
image: ci.svs-tech.pro/sm-admin:latest
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
# Use a custom driver
|
||||||
|
driver: overlay
|
||||||
|
attachable: true
|
||||||
|
ipam:
|
||||||
|
driver: default
|
||||||
|
config:
|
||||||
|
- subnet: 172.28.0.0/24
|
||||||
|
|
Loading…
Reference in New Issue