mirror of https://github.com/kcal-app/kcal.git
Correct PHPMA config
This commit is contained in:
parent
b9717a9961
commit
9f3c280684
|
@ -19,10 +19,7 @@
|
|||
}
|
||||
},
|
||||
"remoteUser": "sail",
|
||||
"postCreateCommand": "bash .devcontainer/postCreateCommand.sh",
|
||||
"forwardPorts": [
|
||||
8081
|
||||
]
|
||||
"postCreateCommand": "bash .devcontainer/postCreateCommand.sh"
|
||||
// "runServices": [],
|
||||
// "shutdownAction": "none",
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@ APP_ENV=local
|
|||
APP_KEY=
|
||||
APP_DEBUG=false
|
||||
APP_URL=http://127.0.0.1
|
||||
APP_PORT=80
|
||||
APP_PORT=8080
|
||||
APP_SERVICE=app
|
||||
APP_TIMEZONE=UTC
|
||||
|
||||
|
|
|
@ -82,7 +82,8 @@ services:
|
|||
ports:
|
||||
- '8081:80'
|
||||
environment:
|
||||
PMA_HOST: db
|
||||
PBA_HOST: db
|
||||
PMA_PORT: '${FORWARD_DB_PORT:-3306}:3306'
|
||||
MYSQL_ROOT_PASSWORD: '${DB_PASSWORD:-kcal}'
|
||||
networks:
|
||||
- sail
|
||||
|
|
Loading…
Reference in New Issue