openttd/docker-compose.yml
choelzl 97d638db99
All checks were successful
continuous-integration/drone/push Build is passing
Port
2022-11-12 16:33:07 +01:00

15 lines
330 B
YAML

version: "3.7"
networks:
external:
external: true
services:
ottd:
build: ./
container_name: ottd
ports:
- "3979:3979"
labels:
- "traefik.enable=false"
restart: always