aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker-compose.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 47945f4..aa5ba19 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,11 +1,11 @@
-# Run this as follows: 'docker compose up' (keep running in terminal session, exist via [STRG] + [C])
+# Run this as follows: 'docker compose up' (keep running in terminal session, exist via [STRG] + [C])
# or 'docker compose up -d' (keep running in background)
version: "3"
services:
synctube:
- build: .
- #image: synctube
- ports:
- - "4200:4200"
- volumes:
- - "${PWD}/user:/usr/src/app/user"
+ build: .
+ restart: unless-stopped
+ ports:
+ - "4200:4200"
+ volumes:
+ - "${PWD}/user:/usr/src/app/user"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage