update nextcloud to v13
adjust the ddagent_source script to not block on starting or installing integration
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM nextcloud:latest
|
||||
FROM nextcloud:13
|
||||
|
||||
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ services:
|
||||
order: start-first
|
||||
resources:
|
||||
limits:
|
||||
cpus: '1'
|
||||
# cpus: '1'
|
||||
memory: 512M
|
||||
|
||||
logging:
|
||||
|
||||
Reference in New Issue
Block a user