From 7d1e910b24c394543324a42a2ab1763c326b2b84 Mon Sep 17 00:00:00 2001 From: tycrek Date: Wed, 14 Jul 2021 11:57:30 -0600 Subject: [PATCH] TEST eventually I'll figure this out. --- compose.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/compose.yaml b/compose.yaml index be09a61..47e4364 100644 --- a/compose.yaml +++ b/compose.yaml @@ -13,12 +13,8 @@ services: - "40115:40115" - "45375:45375" volumes: - - type: volume - source: ./uploads - target: /opt/ass/uploads - - type: volume - source: ./share - target: /opt/ass/share + - ./uploads:/opt/ass/uploads + - ./share:/opt/ass/share - type: bind source: ./config.json target: /opt/ass/config.json