Skip to content

Commit

Permalink
Rename the GitHub repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Jul 19, 2024
1 parent e9566cd commit df0626d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ANOPE_VERSION: 2.0.16
DOCKER_REPO: anope/anope
GITHUB_BRANCH: master
GITHUB_REPO: anope/anope-docker
GITHUB_REPO: anope/docker
steps:
-
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Anope is a set of Services for IRC networks that allows users to manage their ni

This image is not usable as stand alone image. You need some kind of IRCd.

For example you can use [InspIRCd](https://hub.docker.com/r/inspircd/inspircd-docker) like in the [example](https://github.com/anope/anope-docker/blob/master/examples/docker-compose.yml).
For example you can use [InspIRCd](https://hub.docker.com/r/inspircd/inspircd-docker) like in the [example](https://github.com/anope/docker/blob/master/examples/docker-compose.yml).

The minimal configuration looks like this:

Expand Down Expand Up @@ -57,7 +57,7 @@ $ docker run --name anope -v "/path/to/datastore:/data" -e "ANOPE_UPLINK_IP=irc.

### MySQL

For a production setup MySQL is the recommended way to set this image up. Checkout the [example](https://github.com/anope/anope-docker/blob/master/examples/docker-compose.yml) if you want to test it.
For a production setup MySQL is the recommended way to set this image up. Checkout the [example](https://github.com/anope/docker/blob/master/examples/docker-compose.yml) if you want to test it.

|Available variables |Default value |Description |
|-------------------------|--------------------------------|--------------------------------------------|
Expand Down Expand Up @@ -99,7 +99,7 @@ Please see [the Docker installation documentation](https://docs.docker.com/insta

## Issues

If you have any problems with or questions about this image, please contact us through a [GitHub issue](https://github.com/anope/anope-docker/issues).
If you have any problems with or questions about this image, please contact us through a [GitHub issue](https://github.com/anope/docker/issues).

You can also reach many of the project maintainers via the `#anope` IRC channel on [Teranova](http://www.teranova.net/).

Expand Down

0 comments on commit df0626d

Please sign in to comment.