openttd/docker-compose.yml

17 lines
405 B
YAML
Raw Permalink Normal View History

2022-11-12 14:56:07 +01:00
version: "3.7"
networks:
external:
external: true
services:
ottd:
build: ./
container_name: ottd
2022-11-12 21:21:55 +01:00
volumes:
2022-11-12 21:30:06 +01:00
- "/media/data/openttd:/data"
2022-11-12 16:32:09 +01:00
ports:
- "3979:3979"
2022-11-12 14:56:07 +01:00
labels:
- "traefik.enable=false"
restart: always