3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-15 00:19:29 +01:00

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
commit 2d44ab1cbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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