composition/docker-compose.yml
Garen Tyler 5ad4ad7cc2
Some checks failed
ci / Build and push Docker images (push) Successful in 20m41s
clippy / Run rust-clippy analyzing (push) Failing after 1m55s
Simplify build process and improve README
2025-05-01 20:48:25 -06:00

13 lines
332 B
YAML

# This file is only meant to provide a convenient dev environment.
# For prod images, look at docker-bake.hcl and README.md.
services:
reference:
container_name: reference
restart: unless-stopped
image: itzg/minecraft-server
ports:
- "25565:25565"
environment:
EULA: "TRUE"
VERSION: "1.21.1"