mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-21 11:51:11 +00:00
Add warning about using container images tagged with 'latest'. (#273)
* Add warning about using images tagged with 'latest'. * Fix typo * Add link to issue and clarification
This commit is contained in:
parent
8d8796333c
commit
bc063f46eb
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ Edit them before starting up lemmy for the first time.
|
|||
|
||||
The images will likely be: [dessalines/lemmy:VERSION](https://hub.docker.com/r/dessalines/lemmy) and [dessalines/lemmy-ui:VERSION](https://hub.docker.com/r/dessalines/lemmy-ui)
|
||||
|
||||
[Tracking Issue](https://github.com/LemmyNet/lemmy/issues/3996): For now, using `latest` is not advisable as changes can break your instance. Make sure you are using a specific version number. This is temporary and will be fixed.
|
||||
|
||||
```bash
|
||||
wget https://raw.githubusercontent.com/LemmyNet/lemmy-ansible/main/templates/docker-compose.yml
|
||||
wget https://raw.githubusercontent.com/LemmyNet/lemmy-ansible/main/examples/config.hjson -O lemmy.hjson
|
||||
|
|
Loading…
Reference in a new issue