From eaea43f2dd962abd7fecd6219bf5b8ade27f4f52 Mon Sep 17 00:00:00 2001 From: tycrek Date: Tue, 13 Jul 2021 21:25:54 -0600 Subject: [PATCH] forgot to include data.json as a volume bind --- compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose.yaml b/compose.yaml index ce5b14b..6a0b1ae 100644 --- a/compose.yaml +++ b/compose.yaml @@ -22,6 +22,9 @@ services: - type: bind source: /opt/ass/auth.json target: /opt/ass/auth.json + - type: bind + source: /opt/ass/data.json + target: /opt/ass/data.json tmpfs: /tmp working_dir: /opt/ass tty: true