Remove host ports mapping from landing-page service to prevent deployment conflicts in Coolify
This commit is contained in:
@@ -2,8 +2,6 @@ services:
|
||||
# 1. Reverse Proxy & Landing Page
|
||||
landing-page:
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- ./landing-page:/usr/share/nginx/html:ro
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
|
||||
Reference in New Issue
Block a user