- Place the
Dockerfile
anddocker-compose.yml
in the same directory. - Run
docker compose up -d
. - Run
docker compose attach zenith-proxy
and press Enter to setup. - If you want to use a port other than 25565, change the port settings in the
docker-compose.yml
file accordingly. - To detach, press
Ctrl+P
followed byCtrl+Q
.
- Check the volume name by running
docker volume ls
(usuallyzenith-proxy_zenith-config
). - Execute
docker run --rm -it --mount type=volume,source=<volume_name>,target=/config ubuntu:latest bash
to access the configuration files.