Correct PHPMA config

This commit is contained in:
Chris Wells 2024-05-04 21:37:28 +00:00
parent b9717a9961
commit 9f3c280684
3 changed files with 4 additions and 6 deletions

View File

@ -19,10 +19,7 @@
}
},
"remoteUser": "sail",
"postCreateCommand": "bash .devcontainer/postCreateCommand.sh",
"forwardPorts": [
8081
]
"postCreateCommand": "bash .devcontainer/postCreateCommand.sh"
// "runServices": [],
// "shutdownAction": "none",
}

View File

@ -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

View File

@ -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