Remove direct host port binding (use NPM)
This commit is contained in:
@@ -4,8 +4,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8081:80"
|
||||
# ports:
|
||||
# - "8081:80"
|
||||
expose:
|
||||
- "80"
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user