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