Merge branch 'develop' into 'develop'

Fixed invalid links

See merge request firefish/firefish!10529
This commit is contained in:
Kainoa Kanter 2023-07-24 19:50:14 +00:00
commit 175b6a36ef

View file

@ -1,7 +1,7 @@
# 🐳 Running a Firefish server with Docker # 🐳 Running a Firefish server with Docker
## Pre-built docker container ## Pre-built docker container
[thatonecalculator/firefish](https://hub.docker.com/r/thatonecalculator/firefish) [registry.joinfirefish.org/firefish/firefish](https://git.joinfirefish.org/firefish/firefish/container_registry)
## `docker-compose` ## `docker-compose`
@ -29,7 +29,7 @@ Everything else can be left as-is.
## Running docker-compose ## Running docker-compose
The [prebuilt container for firefish](https://hub.docker.com/r/thatonecalculator/firefish) is fairly large, and may take a few minutes to download and extract using docker. The [prebuilt container for firefish](https://git.joinfirefish.org/firefish/firefish/container_registry) is fairly large, and may take a few minutes to download and extract using docker.
Copy `docker-compose.yml` and the `config/` to a directory, then run the **docker-compose** command: Copy `docker-compose.yml` and the `config/` to a directory, then run the **docker-compose** command:
`docker-compose up -d`. `docker-compose up -d`.