mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-21 19:53:50 +01:00
Move docker-compose example file to docs/examples
This commit is contained in:
parent
b0bf1bfdf5
commit
f73d13dd77
2
.gitignore
vendored
2
.gitignore
vendored
@ -30,7 +30,7 @@ coverage
|
||||
|
||||
# docker configs
|
||||
/dev/docker-compose.yml
|
||||
docker-compose.yml
|
||||
/docker-compose.yml
|
||||
|
||||
# misskey
|
||||
built
|
||||
|
@ -6,11 +6,11 @@ This guide is based on `docker compose`/Docker Compose v2, but `docker-compose`/
|
||||
|
||||
### Getting needed files
|
||||
|
||||
Run `git clone https://iceshrimp.dev/iceshrimp/iceshrimp`, but if you are not planning on building your own image, just grabbing `.config` and `docker-compose.yml.example` from the repo will suffice.
|
||||
Run `git clone https://iceshrimp.dev/iceshrimp/iceshrimp`, but if you are not planning on building your own image, just grabbing `.config` and `docs/examples/docker-compose.yml` from the repo will suffice.
|
||||
|
||||
### docker-compose.yml
|
||||
|
||||
First, run `cp docker-compose.yml.example docker-compose.yml`, and edit `docker-compose.yml` if
|
||||
First, run `cp docs/examples/docker-compose.yml docker-compose.yml`, and edit `docker-compose.yml` if
|
||||
- you want to build the image yourself or choose a [different tag](https://iceshrimp.dev/iceshrimp/-/packages/container/iceshrimp/versions), and/or
|
||||
- you want a search engine for better search performance and/or a cache server for better antenna handling.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user