mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-18 02:32:21 +01:00
Update compose.yml
fix typo error in compose
This commit is contained in:
17
compose.yml
17
compose.yml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user