Browse Source

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

Follows up from #2096, #2097
tags/v2.13.0-rc1
Shivaram Lingamneni 5 months ago
parent
commit
3102babec8
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      distrib/docker/docker-compose.yml

+ 1
- 0
distrib/docker/docker-compose.yml View File

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

Loading…
Cancel
Save