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: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- /var/lib/docker/volumes/nextcloud_nextcloud/_data/data/vahagn/files/Books/Library:/books:ro - /var/lib/docker/volumes/nextcloud_nextcloud/_data/data/vahagn/files/Books/Library:/books:ro
- calibre:/config
restart: always restart: always
environment: environment:
- PGID=33 - PGID=33
- PUID=33 - PUID=33
volumes:
calibre:

View File

@@ -1,15 +1,15 @@
version: '2' version: '2'
services: services:
nextcloud: # nextcloud:
image: nextcloud:20 # image: nextcloud:20
ports: # ports:
- 8092:80 # - 8092:80
volumes: # volumes:
- /srv/nextcloud:/var/www/html # - /srv/nextcloud:/var/www/html
restart: always # restart: always
links: # links:
- db # - db
db: db:
image: postgres image: postgres
@@ -35,7 +35,6 @@ services:
image: nginx:alpine image: nginx:alpine
restart: always restart: always
ports: ports:
#- 8090:80
- 8090:80 - 8090:80
links: links:
- app - app