allow docker compose container to restart on host reboot
This commit is contained in:
parent
eb6ed9e784
commit
bb26a223b1
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue