Fixing the network not being discoverable by default under new docker versions. Fixed there being two targets for the replay binding, somehow

This commit is contained in:
Christian 'ketura' McCarty
2023-06-29 21:52:46 -05:00
parent 79b1372744
commit 4794e371f8

View File

@@ -38,7 +38,6 @@ services:
- type: bind
source: ../../replay
target: /replay
target: /etc/gemp-lotr/replay
- type: bind
source: ../..
target: /gemp-src
@@ -81,3 +80,4 @@ networks:
driver: default
config:
- subnet: 172.28.1.0/24
attachable: true