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:
context: .
dockerfile: Dockerfile
ports:
- "80:80"
environment:
- TZ=UTC
restart: unless-stopped