Fix Coolify compose port binding
This commit is contained in:
+2
-4
@@ -1,9 +1,8 @@
|
||||
services:
|
||||
app:
|
||||
image: php:8.2-apache
|
||||
container_name: webgis_project_app
|
||||
ports:
|
||||
- "8080:80"
|
||||
expose:
|
||||
- "80"
|
||||
environment:
|
||||
DB_HOST: db
|
||||
DB_USER: webgis
|
||||
@@ -23,7 +22,6 @@ services:
|
||||
|
||||
db:
|
||||
image: mariadb:10.11
|
||||
container_name: webgis_project_db
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
MARIADB_ROOT_PASSWORD: root_password
|
||||
|
||||
Reference in New Issue
Block a user