Update compose.yml

fix typo error in compose
This commit is contained in:
Mosei
2022-05-23 11:38:24 +05:30
committed by GitHub
parent 09c82478c9
commit a60bcb5c34

View File

@@ -18,11 +18,12 @@ services:
ports: ports:
- "4567:4567" - "4567:4567"
restart: on-failure:3 restart: on-failure:3
custom_network1: networks:
driver: bridge custom_network1:
ipam: driver: bridge
driver: default ipam:
config: driver: default
- subnet: 172.22.2.0/24 config:
gateway: 172.22.2.1 - subnet: 172.22.2.0/24
gateway: 172.22.2.1