Skip to content

Commit

Permalink
Merge pull request #2100 from slingamn/dockercomposeinit
Browse files Browse the repository at this point in the history
add `init: true` to docker-compose.yml
  • Loading branch information
slingamn authored Nov 15, 2023
2 parents a5af245 + 3102bab commit 2d44ab1
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 2d44ab1

Please sign in to comment.