mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Update docker repo location in docs and docker-compose.yml
This commit is contained in:
parent
1951e09eea
commit
fba41a26df
2 changed files with 2 additions and 2 deletions
|
|
@ -137,7 +137,7 @@ To start the server, type `./ergo run` and hit enter, and the server should be r
|
|||
|
||||
1. Pull the latest version of Ergo: `docker pull oragono/oragono:latest`
|
||||
1. Create a volume for persistent data: `docker volume create oragono-data`
|
||||
1. Run the container, exposing the default ports: `docker run -d --name oragono -v oragono-data:/ircd-data -p 6667:6667 -p 6697:6697 oragono/oragono:latest`
|
||||
1. Run the container, exposing the default ports: `docker run -d --name oragono -v oragono-data:/ircd-data -p 6667:6667 -p 6697:6697 ghcr.io/ergochat/ergo:stable`
|
||||
|
||||
For further information and a sample docker-compose file see the separate [Docker documentation](https://github.com/oragono/oragono/blob/master/distrib/docker/README.md).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue