Remove port mapping from Docker Compose configuration
This commit is contained in:
@@ -5,8 +5,6 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "80:80"
|
||||
environment:
|
||||
- TZ=UTC
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user