diff --git a/compose.yml b/compose.yml index cac3339..92f9609 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ services: build: dockerfile: Dockerfile 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 volumes: - - ./site:/site \ No newline at end of file + - ./app:/app \ No newline at end of file