....................... 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)
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
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
Loading…
Cancel
Save