Remove port mapping from Docker Compose configuration
This commit is contained in:
parent
7529df4f2d
commit
9db4576d63
1 changed files with 0 additions and 2 deletions
|
|
@ -5,8 +5,6 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "80:80"
|
||||
environment:
|
||||
- TZ=UTC
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue