fix: restore frontend 9080:80 host port binding for host Nginx proxying
This commit is contained in:
+2
-2
@@ -83,8 +83,8 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile.frontend
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- "80"
|
||||
ports:
|
||||
- "9080:80"
|
||||
depends_on:
|
||||
- backend
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user