modify(stack): modify pgsql versions

This commit is contained in:
cnphpbb 2024-03-03 18:09:06 +08:00
parent f46b83cb60
commit d0a3101db6
2 changed files with 11 additions and 1 deletions

View File

@ -3,7 +3,7 @@
services:
postgres:
image: postgres:15.6-bookworm
image: postgres:16.2-bookworm
container_name: Dev-postgre
restart: always
environment:

10
nextcloud/compose.yml Normal file
View File

@ -0,0 +1,10 @@
#
version:
services:
nextcloud:
image: nextcloud/all-in-one:latest
restart: unless-stopped
container_name: nextcloud
ports:
- 8090:8080