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:
- "4567:4567"
restart: on-failure:3
custom_network1:
driver: bridge
ipam:
driver: default
config:
- subnet: 172.22.2.0/24
gateway: 172.22.2.1
networks:
custom_network1:
driver: bridge
ipam:
driver: default
config:
- subnet: 172.22.2.0/24
gateway: 172.22.2.1