Compare commits

...

3 Commits

2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ COPY --chown=www-data:www-data lighttpd.conf /lighttpd.conf
COPY --chmod=775 start.sh /start.sh COPY --chmod=775 start.sh /start.sh
USER www-data USER 101
ENTRYPOINT ["/start.sh"] ENTRYPOINT ["/start.sh"]
HEALTHCHECK CMD nc -z 127.0.0.1 $APACHE_PORT || exit 1 HEALTHCHECK CMD nc -z 127.0.0.1 $APACHE_PORT || exit 1
+9
View File
@@ -366,6 +366,7 @@
"documentation": "https://github.com/nextcloud/all-in-one/discussions/1358", "documentation": "https://github.com/nextcloud/all-in-one/discussions/1358",
"display_name": "Nextcloud Office", "display_name": "Nextcloud Office",
"image": "ghcr.io/nextcloud-releases/aio-collabora", "image": "ghcr.io/nextcloud-releases/aio-collabora",
"user": "1001",
"init": true, "init": true,
"healthcheck": { "healthcheck": {
"start_period": "60s", "start_period": "60s",
@@ -396,6 +397,7 @@
"collabora" "collabora"
], ],
"shm_size": 268435456, "shm_size": 268435456,
"read_only": true,
"tmpfs": [ "tmpfs": [
"/tmp" "/tmp"
], ],
@@ -630,6 +632,7 @@
"hide_from_list": true, "hide_from_list": true,
"image_tag": "%AIO_CHANNEL%", "image_tag": "%AIO_CHANNEL%",
"image": "ghcr.io/nextcloud-releases/aio-domaincheck", "image": "ghcr.io/nextcloud-releases/aio-domaincheck",
"user": "101",
"init": true, "init": true,
"ports": [ "ports": [
{ {
@@ -791,6 +794,7 @@
"documentation": "https://github.com/nextcloud/all-in-one/discussions/1709", "documentation": "https://github.com/nextcloud/all-in-one/discussions/1709",
"display_name": "Fulltextsearch", "display_name": "Fulltextsearch",
"image": "ghcr.io/nextcloud-releases/aio-fulltextsearch", "image": "ghcr.io/nextcloud-releases/aio-fulltextsearch",
"user": "1000",
"init": false, "init": false,
"healthcheck": { "healthcheck": {
"start_period": "60s", "start_period": "60s",
@@ -833,6 +837,11 @@
"secrets": [ "secrets": [
"FULLTEXTSEARCH_PASSWORD" "FULLTEXTSEARCH_PASSWORD"
], ],
"read_only": true,
"tmpfs": [
"/tmp",
"/usr/share/elasticsearch/logs"
],
"cap_drop": [ "cap_drop": [
"NET_RAW" "NET_RAW"
] ]