forgot to include data.json as a volume bind

pull/29/head
tycrek 3 years ago
parent a592293285
commit eaea43f2dd
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -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

Loading…
Cancel
Save