Remove port mapping from Docker Compose configuration

This commit is contained in:
ImBenji 2026-03-29 15:18:07 +01:00
parent 7529df4f2d
commit 9db4576d63

View file

@ -5,8 +5,6 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
ports:
- "80:80"
environment: environment:
- TZ=UTC - TZ=UTC
restart: unless-stopped restart: unless-stopped