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",
|
"remoteUser": "sail",
|
||||||
"postCreateCommand": "bash .devcontainer/postCreateCommand.sh",
|
"postCreateCommand": "bash .devcontainer/postCreateCommand.sh"
|
||||||
"forwardPorts": [
|
|
||||||
8081
|
|
||||||
]
|
|
||||||
// "runServices": [],
|
// "runServices": [],
|
||||||
// "shutdownAction": "none",
|
// "shutdownAction": "none",
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@ APP_ENV=local
|
||||||
APP_KEY=
|
APP_KEY=
|
||||||
APP_DEBUG=false
|
APP_DEBUG=false
|
||||||
APP_URL=http://127.0.0.1
|
APP_URL=http://127.0.0.1
|
||||||
APP_PORT=80
|
APP_PORT=8080
|
||||||
APP_SERVICE=app
|
APP_SERVICE=app
|
||||||
APP_TIMEZONE=UTC
|
APP_TIMEZONE=UTC
|
||||||
|
|
||||||
|
|
|
@ -82,7 +82,8 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- '8081:80'
|
- '8081:80'
|
||||||
environment:
|
environment:
|
||||||
PMA_HOST: db
|
PBA_HOST: db
|
||||||
|
PMA_PORT: '${FORWARD_DB_PORT:-3306}:3306'
|
||||||
MYSQL_ROOT_PASSWORD: '${DB_PASSWORD:-kcal}'
|
MYSQL_ROOT_PASSWORD: '${DB_PASSWORD:-kcal}'
|
||||||
networks:
|
networks:
|
||||||
- sail
|
- sail
|
||||||
|
|
Loading…
Reference in New Issue