sodoff-mmo/docker-compose.yml

23 lines
482 B
YAML

version: '3.8'
services:
sodoffmmo:
build:
context: .
dockerfile: src/Dockerfile
ports:
- "9933:9933"
- "9934:9934"
networks:
- sodoff_network
networks:
sodoff_network:
name: sodoff_network
# bellow network configuration should be put in at least one file
# - but it may be in many or all
# - without it it will work like `external: true`
driver: bridge
ipam:
config:
- subnet: "172.16.99.0/24"