Merge pull request #2100 from slingamn/dockercomposeinit

add `init: true` to docker-compose.yml
This commit is contained in:
Shivaram Lingamneni
2023-11-15 07:45:39 -08:00
committed by GitHub
+1
View File
@@ -2,6 +2,7 @@ version: "3.8"
services:
ergo:
init: true
image: ghcr.io/ergochat/ergo:stable
ports:
- "6667:6667/tcp"