Mercurial > libervia-backend
diff docker/web-demo.yml @ 3692:f35ba048687e
docker (web-demo): fix prosody `tmpfs` instruction
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 21 Oct 2021 11:53:56 +0200 |
parents | d018d2d8a9e5 |
children | 87caf6284c55 |
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: