services: lancommander: image: lancommander/lancommander:latest container_name: lancommander environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC volumes: - /path/to/appdata/config:/config ports: - 1337:1337/tcp # Webinterface - 35891:35891/udp # Beacon Broadcast restart: unless-stopped