remove apache based nextcloud.

This commit is contained in:
2021-11-05 17:53:03 +00:00
parent 6929950aff
commit a68167722f
2 changed files with 12 additions and 10 deletions

View File

@@ -8,9 +8,12 @@ services:
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/lib/docker/volumes/nextcloud_nextcloud/_data/data/vahagn/files/Books/Library:/books:ro
- calibre:/config
restart: always
environment:
- PGID=33
- PUID=33
volumes:
calibre:

View File

@@ -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