mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
add user-IDs to all containers
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
5499bc8a5d
commit
faecc028fe
11 changed files with 24 additions and 10 deletions
|
|
@ -13,6 +13,7 @@
|
|||
],
|
||||
"display_name": "Apache",
|
||||
"image": "nextcloud/aio-apache",
|
||||
"user": 33,
|
||||
"init": true,
|
||||
"ports": [
|
||||
{
|
||||
|
|
@ -78,6 +79,7 @@
|
|||
"image_tag": "%AIO_CHANNEL%",
|
||||
"display_name": "Database",
|
||||
"image": "nextcloud/aio-postgresql",
|
||||
"user": 999,
|
||||
"init": true,
|
||||
"expose": [
|
||||
"5432"
|
||||
|
|
@ -251,6 +253,7 @@
|
|||
"image_tag": "%AIO_CHANNEL%",
|
||||
"display_name": "Notify Push",
|
||||
"image": "nextcloud/aio-notify-push",
|
||||
"user": 33,
|
||||
"init": true,
|
||||
"expose": [
|
||||
"7867"
|
||||
|
|
@ -292,6 +295,7 @@
|
|||
"image_tag": "%AIO_CHANNEL%",
|
||||
"display_name": "Redis",
|
||||
"image": "nextcloud/aio-redis",
|
||||
"user": 999,
|
||||
"init": true,
|
||||
"expose": [
|
||||
"6379"
|
||||
|
|
@ -328,6 +332,7 @@
|
|||
"documentation": "https://github.com/nextcloud/all-in-one/discussions/1358",
|
||||
"display_name": "Collabora",
|
||||
"image": "nextcloud/aio-collabora",
|
||||
"user": 100,
|
||||
"init": true,
|
||||
"expose": [
|
||||
"9980"
|
||||
|
|
@ -366,6 +371,7 @@
|
|||
"documentation": "https://github.com/nextcloud/all-in-one/discussions/1358",
|
||||
"display_name": "Talk",
|
||||
"image": "nextcloud/aio-talk",
|
||||
"user": 1000,
|
||||
"init": true,
|
||||
"ports": [
|
||||
{
|
||||
|
|
@ -422,6 +428,7 @@
|
|||
"image_tag": "%AIO_CHANNEL%",
|
||||
"display_name": "Talk Recording",
|
||||
"image": "nextcloud/aio-talk-recording",
|
||||
"user": 1000,
|
||||
"init": true,
|
||||
"expose": [
|
||||
"1234"
|
||||
|
|
@ -575,6 +582,7 @@
|
|||
"image_tag": "%AIO_CHANNEL%",
|
||||
"display_name": "ClamAV",
|
||||
"image": "nextcloud/aio-clamav",
|
||||
"user": 100,
|
||||
"init": false,
|
||||
"expose": [
|
||||
"3310"
|
||||
|
|
@ -655,6 +663,7 @@
|
|||
"image_tag": "%AIO_CHANNEL%",
|
||||
"display_name": "Imaginary",
|
||||
"image": "nextcloud/aio-imaginary",
|
||||
"user": 65534,
|
||||
"init": true,
|
||||
"expose": [
|
||||
"9000"
|
||||
|
|
@ -760,6 +769,7 @@
|
|||
"image_tag": "%AIO_CHANNEL%",
|
||||
"display_name": "Whiteboard",
|
||||
"image": "nextcloud/aio-whiteboard",
|
||||
"user": 65534,
|
||||
"init": true,
|
||||
"expose": [
|
||||
"3002"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue