Remove direct host port binding (use NPM)

This commit is contained in:
2026-02-22 16:20:17 +00:00
parent a5b93c1198
commit 2a1ddf92aa

View File

@@ -4,8 +4,8 @@ services:
build:
context: .
dockerfile: Dockerfile
ports:
- "8081:80"
# ports:
# - "8081:80"
expose:
- "80"
restart: unless-stopped