改进
This commit is contained in:
parent
4b922d29a3
commit
fa71185f96
@ -5,10 +5,8 @@ services:
|
|||||||
image: nextcloud:27-fpm-alpine
|
image: nextcloud:27-fpm-alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./nextcloud/app/custom_apps:/var/www/html/custom_apps
|
- ./nextcloud/custom_apps:/var/www/html/custom_apps
|
||||||
- ./nextcloud/app/config:/var/www/html/config
|
- ./nextcloud/web:/var/www/html
|
||||||
- ./nextcloud/app/themes:/var/www/html/themes
|
|
||||||
# - ./nextcloud/app/:/var/www/html
|
|
||||||
- ./nextcloud/data:/var/data
|
- ./nextcloud/data:/var/data
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_DATABASE=nextcloud
|
- MYSQL_DATABASE=nextcloud
|
||||||
|
Loading…
Reference in New Issue
Block a user