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:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
|
||||||
- "80:80"
|
|
||||||
environment:
|
environment:
|
||||||
- TZ=UTC
|
- TZ=UTC
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue