Skip to content

Commit

Permalink
add init: true to docker-compose.yml
Browse files Browse the repository at this point in the history
Follows up from #2096, #2097
  • Loading branch information
slingamn committed Nov 15, 2023
1 parent a5af245 commit 3102bab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distrib/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3.8"

services:
ergo:
init: true
image: ghcr.io/ergochat/ergo:stable
ports:
- "6667:6667/tcp"
Expand Down

0 comments on commit 3102bab

Please sign in to comment.