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: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
ports: # ports:
- "8081:80" # - "8081:80"
expose: expose:
- "80" - "80"
restart: unless-stopped restart: unless-stopped