nyxsite/compose.yml
2025-03-31 01:34:20 -05:00

9 lines
219 B
YAML

services:
utils:
build:
dockerfile: Dockerfile
ports:
- "8041:8000" # Will listen on port 65193, change that number to change the port
restart: unless-stopped
volumes:
- ./site:/site