mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +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:
|
||||
- "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
|
||||
|
||||
Reference in New Issue
Block a user