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:
commit
2d44ab1cbf
@ -2,6 +2,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
ergo:
|
||||
init: true
|
||||
image: ghcr.io/ergochat/ergo:stable
|
||||
ports:
|
||||
- "6667:6667/tcp"
|
||||
|
Loading…
Reference in New Issue
Block a user