allow docker compose container to restart on host reboot

This commit is contained in:
a 2023-02-02 03:32:13 -06:00
parent eb6ed9e784
commit bb26a223b1
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ version: "3.9"
services:
app:
build: .
restart: unless-stopped
environment:
DISCORD_BOT_TOKEN: $DISCORD_BOT_TOKEN
DISCORD_GUILD_ID: $DISCORD_GUILD_ID