nextcloud: add Containerfile
This commit is contained in:
parent
d1ae86cbd0
commit
37759e2edf
1 changed files with 11 additions and 0 deletions
11
nextcloud/Containerfile
Normal file
11
nextcloud/Containerfile
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
FROM docker.io/nextcloud:30
|
||||||
|
|
||||||
|
RUN useradd \
|
||||||
|
--system \
|
||||||
|
--uid 6948712 \
|
||||||
|
pod-cloud-5fjs3au
|
||||||
|
|
||||||
|
RUN groupadd \
|
||||||
|
--system \
|
||||||
|
--gid 6948712 \
|
||||||
|
zio-pod-cloud-5fjs3au
|
Loading…
Add table
Add a link
Reference in a new issue