LANCommander/LANCommander.Server/docker-compose.yml

20 lines
517 B
YAML
Raw Permalink Normal View History

2024-01-31 23:49:01 +00:00
services:
lancommander:
2024-03-14 20:45:00 -05:00
image: lancommander/lancommander:latest
2024-01-31 23:49:01 +00:00
container_name: lancommander
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
# Uncomment the line below to install SteamCMD
# - STEAMCMD=1
# Uncomment the line below to install WINE
# - WINE=1
2024-01-31 23:49:01 +00:00
volumes:
2025-12-16 00:56:39 -06:00
- /path/to/app/data:/app/Data
2024-01-31 23:49:01 +00:00
ports:
2024-03-20 13:10:03 +01:00
- 1337:1337/tcp # Webinterface
- 35891:35891/udp # Beacon Broadcast
- 213:213/udp # IPX Relay
2024-03-20 13:10:03 +01:00
restart: unless-stopped