From 2d3433c389e8dd7be94c51285be5463f5359605b Mon Sep 17 00:00:00 2001 From: tycrek Date: Tue, 13 Jul 2021 23:30:03 -0600 Subject: [PATCH] removed invalid option (sorry discord people for so many commits lol) --- compose.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index df46046..738144b 100644 --- a/compose.yaml +++ b/compose.yaml @@ -28,8 +28,6 @@ services: - type: bind # share directory (for future use) source: ./share target: /opt/ass/share - bind: - create_host_path: true tmpfs: /tmp # temp files such as uploads are stored here working_dir: /opt/ass # this is where the ass files are located within the container tty: true