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
|
# 1. Reverse Proxy & Landing Page
|
||||||
landing-page:
|
landing-page:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
ports:
|
|
||||||
- "8080:80"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./landing-page:/usr/share/nginx/html:ro
|
- ./landing-page:/usr/share/nginx/html:ro
|
||||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user