Fix the incorrect port in docker-compose
This commit is contained in:
parent
d6eeccd422
commit
a034f8f7ab
@ -42,7 +42,7 @@ services:
|
||||
web:
|
||||
build: web
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user