crafty: fix networks section
This commit is contained in:
parent
cf7d78753b
commit
7d3953af31
|
@ -3,14 +3,15 @@ services:
|
|||
crafty:
|
||||
container_name: crafty
|
||||
image: registry.gitlab.com/crafty-controller/crafty-4:latest
|
||||
public:
|
||||
networks:
|
||||
public:
|
||||
ipv4_address: 192.168.240.49
|
||||
# ports:
|
||||
# - "8000:8000" # HTTP
|
||||
# - "8443:8443" # HTTPS
|
||||
# - "8123:8123" # DYNMAP
|
||||
# - "19132:19132/udp" # BEDROCK
|
||||
# - "25500-25600:25500-25600" # MC SERV PORT RANGE
|
||||
# - "8000:8000" # HTTP
|
||||
# - "8443:8443" # HTTPS
|
||||
# - "8123:8123" # DYNMAP
|
||||
# - "19132:19132/udp" # BEDROCK
|
||||
# - "25500-25600:25500-25600" # MC SERV PORT RANGE
|
||||
volumes:
|
||||
- ${DOCKER_STORAGE_PATH}/crafty/logs:/crafty/logs
|
||||
- ${DOCKER_STORAGE_PATH}/crafty/backups:/crafty/backups
|
||||
|
|
Loading…
Reference in New Issue