- Place the
Dockerfileanddocker-compose.ymlin the same directory. - Run
docker compose up -d. - Run
docker compose attach zenith-proxyand press Enter to setup. - If you want to use a port other than 25565, change the port settings in the
docker-compose.ymlfile accordingly. - To detach, press
Ctrl+Pfollowed 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 bashto access the configuration files.