add `init: true` to docker-compose.yml

Follows up from #2096, #2097
This commit is contained in:
Shivaram Lingamneni 2023-11-15 10:32:56 -05:00
parent a5af245102
commit 3102babec8
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ version: "3.8"
services:
ergo:
init: true
image: ghcr.io/ergochat/ergo:stable
ports:
- "6667:6667/tcp"