changeset 3692:f35ba048687e

docker (web-demo): fix prosody `tmpfs` instruction
author Goffi <goffi@goffi.org>
date Thu, 21 Oct 2021 11:53:56 +0200
parents bb19703af326
children 0bbdc50aa405
files docker/web-demo.yml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docker/web-demo.yml	Wed Oct 20 17:24:09 2021 +0200
+++ b/docker/web-demo.yml	Thu Oct 21 11:53:56 2021 +0200
@@ -6,8 +6,9 @@
     depends_on:
       # we need to depend on backend to get IP address of the container for conf
       - backend
-    tmpfs: /var/lib/prosody
-    tmpfs: /var/log/prosody
+    tmpfs:
+      - /var/lib/prosody
+      - /var/log/prosody
     networks:
       default:
         aliases: