compose.yml: restart unless stopped.
Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
This commit is contained in:
parent
a2cb80c377
commit
ab05a87705
@ -2,5 +2,6 @@ services:
|
|||||||
parkerbot:
|
parkerbot:
|
||||||
build: .
|
build: .
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
|
Loading…
Reference in New Issue
Block a user