fixed one remaining error in NextCloud
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# TODO set volume directories
|
||||
# TODO set user/group IDs
|
||||
|
||||
volumes:
|
||||
data:
|
||||
@@ -10,6 +11,7 @@ volumes:
|
||||
|
||||
services:
|
||||
nextcloud:
|
||||
user: "1003:1003"
|
||||
image: nextcloud:27.1.3
|
||||
container_name: nextcloud
|
||||
hostname: nextcloud
|
||||
|
||||
Reference in New Issue
Block a user