aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-11-15 17:36:14 -0600
committerParker <contact@pkrm.dev>2024-11-15 17:36:14 -0600
commit4cfc800f8c38eafc54ce35155469d361ee07d8f7 (patch)
tree269d9c2dd14c999ac0de50ef5d36ce6d2e54505f
parentf1b9f6208369798c3599419eef82e43be118f382 (diff)
Update compose
-rw-r--r--docker-compose.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 6629c61..4cd8c5d 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -5,5 +5,5 @@ services:
volumes:
- /path/on/system:/data
ports:
- - 5100:5000
- restart: always \ No newline at end of file
+ - 6464:6464
+ restart: unless-stopped \ No newline at end of file