chore(deps): update docker.io/library/postgres docker tag to v16 (#1218)
This commit is contained in:
parent
bee353b89f
commit
60d4d3921c
|
@ -63,7 +63,7 @@ services:
|
||||||
|
|
||||||
# Postgres SQL
|
# Postgres SQL
|
||||||
db:
|
db:
|
||||||
image: docker.io/library/postgres:15
|
image: docker.io/library/postgres:16
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/postgres:/var/lib/postgresql/data
|
- ${APP_DATA_DIR}/data/postgres:/var/lib/postgresql/data
|
||||||
|
|
|
@ -67,7 +67,7 @@ services:
|
||||||
# Postgres SQL
|
# Postgres SQL
|
||||||
sftpgo-db:
|
sftpgo-db:
|
||||||
container_name: sftpgo-db
|
container_name: sftpgo-db
|
||||||
image: docker.io/library/postgres:15.4-alpine
|
image: docker.io/library/postgres:16.0-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
|
Loading…
Reference in New Issue
Block a user