Adjust compose ports for Coolify deployment
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
app:
|
||||
ports:
|
||||
- "${APP_PORT:-8080}:80"
|
||||
|
||||
db:
|
||||
ports:
|
||||
- "${DB_PORT:-3307}:3306"
|
||||
Reference in New Issue
Block a user