--- services: netbootxyz: image: ghcr.io/netbootxyz/netbootxyz container_name: netbootxyz environment: - MENU_VERSION=2.0.84 # optional - NGINX_PORT=80 # optional - WEB_APP_PORT=3000 # optional volumes: - /srv/dev-disk-by-uuid-025e362a-4951-4882-8376-7617414457cb/media/netbootxyz/config:/config # optional - /srv/dev-disk-by-uuid-025e362a-4951-4882-8376-7617414457cb/media/netbootxyz/assets:/assets # optional ports: - 3000:3000 # optional, destination should match ${WEB_APP_PORT} variable above. - 69:69/udp - 8183:80 # optional, destination should match ${NGINX_PORT} variable above. restart: unless-stopped