mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-01 02:33:36 -07:00
Update docker repo location in docs and docker-compose.yml
This commit is contained in:
+1
-1
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user