forked from DevOps/deploy.stack
modify(stack): modify pgsql versions
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user