Move the most important fixes to a Docker build file. fixes.sh
is now just a list of maintenance jobs, name it so. Hooray!!
This commit is contained in:
@ -73,7 +73,8 @@ services:
|
||||
## Nextcloud ##
|
||||
nc-app:
|
||||
container_name: nc-app
|
||||
image: nextcloud:stable
|
||||
build:
|
||||
context: ./
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
|
Reference in New Issue
Block a user