remove apache based nextcloud.
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
nextcloud:
|
||||
image: nextcloud:20
|
||||
ports:
|
||||
- 8092:80
|
||||
volumes:
|
||||
- /srv/nextcloud:/var/www/html
|
||||
restart: always
|
||||
links:
|
||||
- db
|
||||
# nextcloud:
|
||||
# image: nextcloud:20
|
||||
# ports:
|
||||
# - 8092:80
|
||||
# volumes:
|
||||
# - /srv/nextcloud:/var/www/html
|
||||
# restart: always
|
||||
# links:
|
||||
# - db
|
||||
|
||||
db:
|
||||
image: postgres
|
||||
@@ -35,7 +35,6 @@ services:
|
||||
image: nginx:alpine
|
||||
restart: always
|
||||
ports:
|
||||
#- 8090:80
|
||||
- 8090:80
|
||||
links:
|
||||
- app
|
||||
|
||||
Reference in New Issue
Block a user