From af9793c2ed8fedcef52a241d5eb3ba963e5e5e41 Mon Sep 17 00:00:00 2001 From: alexhk <1495412+alexhk@users.noreply.github.com> Date: Sat, 8 Nov 2025 09:12:21 +0100 Subject: [PATCH] Update DOCKER_COMPOSE.md Assuming this was a typo --- docs/DOCKER_COMPOSE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DOCKER_COMPOSE.md b/docs/DOCKER_COMPOSE.md index abbe00d8..efb84fd8 100755 --- a/docs/DOCKER_COMPOSE.md +++ b/docs/DOCKER_COMPOSE.md @@ -80,7 +80,7 @@ services: # /services/config/nginx/conf.d is required for nginx and php to start - "/services/run:uid=20211,gid=20211,mode=1700,rw,noexec,nosuid,nodev,async,noatime,nodiratime" # /tmp is required by php for session save this should be reworked to /services/run/tmp - - "/tmp:uid=2Key-Value Pairs: 20211,gid=20211,mode=1700,rw,noexec,nosuid,nodev,async,noatime,nodiratime" + - "/tmp:uid=20211,gid=20211,mode=1700,rw,noexec,nosuid,nodev,async,noatime,nodiratime" environment: LISTEN_ADDR: ${LISTEN_ADDR:-0.0.0.0} # Listen for connections on all interfaces PORT: ${PORT:-20211} # Application port @@ -248,4 +248,4 @@ networks: outside: external: name: "host" -``` \ No newline at end of file +```