We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9483230 commit 6449e7aCopy full SHA for 6449e7a
1 file changed
docker-compose.yml
@@ -7,7 +7,7 @@ volumes:
7
services:
8
ranksystem:
9
image: jvmerkle/ts3-ranksystem
10
- restart: on-failure
+ restart: always
11
stop_signal: SIGTERM
12
depends_on:
13
- ranksystem-db
@@ -29,7 +29,7 @@ services:
29
30
ranksystem-db:
31
image: mariadb
32
33
volumes:
34
- ranksystem-db:/var/lib/mysql
35
environment:
0 commit comments