fix: expose port 80 internally for frontend to prevent Coolify proxy port 9080 conflict
This commit is contained in:
+2
-2
@@ -82,8 +82,8 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile.frontend
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "9080:80"
|
||||
expose:
|
||||
- "80"
|
||||
depends_on:
|
||||
- backend
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user