Don't restart in the compose.yml.

Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
This commit is contained in:
2024-01-23 18:15:59 +01:00
parent 86e0ab031d
commit 580a89c86f

View File

@ -2,6 +2,5 @@ services:
parkerbot: parkerbot:
build: . build: .
env_file: .env env_file: .env
restart: unless-stopped
volumes: volumes:
- ./data:/data - ./data:/data