From 2bd1825fdb0e800e2b33095de375338330855315 Mon Sep 17 00:00:00 2001 From: tycrek Date: Tue, 13 Jul 2021 17:05:11 -0600 Subject: [PATCH] ....................... tabs and spaces are the death of me --- compose.yaml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/compose.yaml b/compose.yaml index 128dc91..fe2c99e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,23 +4,23 @@ # - Zusier (https://github.com/Zusier) services: - ass: - build: . - command: npm start - container_name: ass-docker - restart: unless-stopped - ports: - - "40115:40115" - - "45375:45375" - volumes: - - type: bind - source: /opt/ass/uploads - target: /opt/ass/uploads - - type: bind - source: /opt/ass/config.json - target: /opt/ass/config.json - - type: bind - source: /opt/ass/auth.json - target: /opt/ass/auth.json - tmpfs: /tmp - working_dir: /opt/ass \ No newline at end of file + ass: + build: . + command: npm start + container_name: ass-docker + restart: unless-stopped + ports: + - "40115:40115" + - "45375:45375" + volumes: + - type: bind + source: /opt/ass/uploads + target: /opt/ass/uploads + - type: bind + source: /opt/ass/config.json + target: /opt/ass/config.json + - type: bind + source: /opt/ass/auth.json + target: /opt/ass/auth.json + tmpfs: /tmp + working_dir: /opt/ass \ No newline at end of file