....................... tabs and spaces are the death of me

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

@ -4,23 +4,23 @@
# - Zusier <zusier@pm.me> (https://github.com/Zusier) # - Zusier <zusier@pm.me> (https://github.com/Zusier)
services: services:
ass: ass:
build: . build: .
command: npm start command: npm start
container_name: ass-docker container_name: ass-docker
restart: unless-stopped restart: unless-stopped
ports: ports:
- "40115:40115" - "40115:40115"
- "45375:45375" - "45375:45375"
volumes: volumes:
- type: bind - type: bind
source: /opt/ass/uploads source: /opt/ass/uploads
target: /opt/ass/uploads target: /opt/ass/uploads
- type: bind - type: bind
source: /opt/ass/config.json source: /opt/ass/config.json
target: /opt/ass/config.json target: /opt/ass/config.json
- type: bind - type: bind
source: /opt/ass/auth.json source: /opt/ass/auth.json
target: /opt/ass/auth.json target: /opt/ass/auth.json
tmpfs: /tmp tmpfs: /tmp
working_dir: /opt/ass working_dir: /opt/ass
Loading…
Cancel
Save