Fix Coolify compose port binding
This commit is contained in:
+2
-4
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user