Skip to content

Commit

Permalink
test adding user to container
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen committed Nov 5, 2024
1 parent 89739b2 commit 1f82498
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions manual-install/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ services:
read_only: true
cap_drop:
- NET_RAW
user: 33:33

nextcloud-aio-redis:
image: nextcloud/aio-redis:latest
Expand Down Expand Up @@ -267,6 +268,7 @@ services:
- /conf
cap_drop:
- NET_RAW
user: 33:33

nextcloud-aio-clamav:
image: nextcloud/aio-clamav:latest
Expand All @@ -289,6 +291,7 @@ services:
- /tmp
cap_drop:
- NET_RAW
user: 33:33

nextcloud-aio-onlyoffice:
image: nextcloud/aio-onlyoffice:latest
Expand All @@ -307,6 +310,7 @@ services:
- onlyoffice
cap_drop:
- NET_RAW
user: 33:33

nextcloud-aio-imaginary:
image: nextcloud/aio-imaginary:latest
Expand Down Expand Up @@ -350,6 +354,7 @@ services:
- fulltextsearch
cap_drop:
- NET_RAW
user: 33:33

nextcloud-aio-whiteboard:
image: nextcloud/aio-whiteboard:latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ spec:
value: "{{ .Values.WHITEBOARD_ENABLED }}"
- name: WHITEBOARD_SECRET
value: "{{ .Values.WHITEBOARD_SECRET }}"
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-nextcloud:20241017_085101"
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-nextcloud:20241017_08510"
name: nextcloud-aio-nextcloud
ports:
- containerPort: 9000
Expand Down

0 comments on commit 1f82498

Please sign in to comment.