mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-22 03:49:27 +01:00
Update docker repo location in docs and docker-compose.yml
This commit is contained in:
parent
1951e09eea
commit
fba41a26df
@ -2,7 +2,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
ergo:
|
ergo:
|
||||||
image: ergochat/ergo:latest
|
image: ghcr.io/ergochat/ergo:stable
|
||||||
ports:
|
ports:
|
||||||
- "6667:6667/tcp"
|
- "6667:6667/tcp"
|
||||||
- "6697:6697/tcp"
|
- "6697:6697/tcp"
|
||||||
|
@ -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. Pull the latest version of Ergo: `docker pull oragono/oragono:latest`
|
||||||
1. Create a volume for persistent data: `docker volume create oragono-data`
|
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).
|
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…
Reference in New Issue
Block a user