Nextcloud finally working
This commit is contained in:
@@ -34,8 +34,7 @@ services:
|
||||
- MYSQL_DATABASE=nextcloud
|
||||
- MYSQL_USER=nextcloud
|
||||
|
||||
app:
|
||||
# image: nextcloud:fpm
|
||||
application:
|
||||
build: ./nc-fpm
|
||||
restart: always
|
||||
links:
|
||||
@@ -50,11 +49,11 @@ services:
|
||||
- MYSQL_HOST=db
|
||||
- REDIS_HOST=redis
|
||||
|
||||
web:
|
||||
nginx:
|
||||
build: ./nginx
|
||||
restart: always
|
||||
ports:
|
||||
- 7777:80
|
||||
- 8888:80
|
||||
links:
|
||||
- app
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user