fix: use right path

This commit is contained in:
Nyx 2025-04-06 12:31:57 -05:00
parent 3f7284a735
commit 61cde04741

View file

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