modify(stack): modify pgsql versions
This commit is contained in:
parent
f46b83cb60
commit
d0a3101db6
@ -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
10
nextcloud/compose.yml
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
version:
|
||||
services:
|
||||
|
||||
nextcloud:
|
||||
image: nextcloud/all-in-one:latest
|
||||
restart: unless-stopped
|
||||
container_name: nextcloud
|
||||
ports:
|
||||
- 8090:8080
|
Loading…
x
Reference in New Issue
Block a user