Skip to content

Instantly share code, notes, and snippets.

@indigo423
Created May 1, 2022 15:44
Show Gist options
  • Save indigo423/9bd92726658e2c9e4810289a359cd743 to your computer and use it in GitHub Desktop.
Save indigo423/9bd92726658e2c9e4810289a359cd743 to your computer and use it in GitHub Desktop.
BZflag Docker Compose file
---
version: '3'
services:
bzfs:
image: quay.io/labmonkeys/bzfs:2.4.22.b20
container_name: bzfs
deploy:
resources:
limits:
cpus: '1.0'
memory: 32M
volumes:
- './bzflag-server.conf:/tmp/bzflag-server.conf'
command: [ "-conf" , "/tmp/bzflag-server.conf"]
ports:
- "5154:5154/tcp"
- "5154:5154/udp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment