Skip to content

Commit 6449e7a

Browse files
committed
Restart always in the docker-compose example
1 parent 9483230 commit 6449e7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ volumes:
77
services:
88
ranksystem:
99
image: jvmerkle/ts3-ranksystem
10-
restart: on-failure
10+
restart: always
1111
stop_signal: SIGTERM
1212
depends_on:
1313
- ranksystem-db
@@ -29,7 +29,7 @@ services:
2929

3030
ranksystem-db:
3131
image: mariadb
32-
restart: on-failure
32+
restart: always
3333
volumes:
3434
- ranksystem-db:/var/lib/mysql
3535
environment:

0 commit comments

Comments
 (0)