change default network
This commit is contained in:
parent
df8765efd2
commit
5f8001af0d
12
compose.yml
12
compose.yml
|
@ -5,4 +5,14 @@ services:
|
|||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- 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