docker-compose: restart always

This commit is contained in:
lemoer 2024-12-29 01:11:28 +01:00
parent e4b0759fb7
commit 8e080c2ead

View File

@ -8,8 +8,10 @@ services:
- "8080:8080" #map docker port 8080 to host port 8080.
volumes:
- "./signal-cli-config:/home/.local/share/signal-cli"
restart: always
lab-bot:
build: .
volumes:
- "./config.json:/app/config.json"
- "./data:/app/data"
restart: always