Fix Coolify compose port binding

This commit is contained in:
luthfihadinugroho79
2026-06-11 15:08:57 +07:00
parent e138660d0d
commit cc0f400874
+2 -4
View File
@@ -1,9 +1,8 @@
services: services:
app: app:
image: php:8.2-apache image: php:8.2-apache
container_name: webgis_project_app expose:
ports: - "80"
- "8080:80"
environment: environment:
DB_HOST: db DB_HOST: db
DB_USER: webgis DB_USER: webgis
@@ -23,7 +22,6 @@ services:
db: db:
image: mariadb:10.11 image: mariadb:10.11
container_name: webgis_project_db
restart: unless-stopped restart: unless-stopped
environment: environment:
MARIADB_ROOT_PASSWORD: root_password MARIADB_ROOT_PASSWORD: root_password