mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 14:56:58 +08:00
chore(deps): update postgres docker tag to v16.3 (#1392)
* chore(deps): update postgres docker tag to v16.3 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
parent
05055efd27
commit
047af3429b
@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
image: postgres:16.2-alpine
|
image: postgres:16.3-alpine
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=${PANEL_DB_ROOT_USER}
|
- POSTGRES_USER=${PANEL_DB_ROOT_USER}
|
Loading…
Reference in New Issue
Block a user