Only on localhost

This commit is contained in:
CommanderRedYT
2025-01-22 09:25:59 +01:00
parent 4825bb5c0f
commit 79332670a2

View File

@ -4,7 +4,7 @@ services:
context: . context: .
dockerfile: docker/nginx/Dockerfile dockerfile: docker/nginx/Dockerfile
ports: ports:
- '4269:80' - '127.0.0.1:4269:80'
volumes: volumes:
- './:/app' - './:/app'
links: links: