forked from naskya/firefish
dev: 'For Docker users' -> 'For Docker/Podman users'
This commit is contained in:
parent
d047d01b90
commit
49f956243f
4 changed files with 18 additions and 18 deletions
|
@ -1,5 +1,5 @@
|
||||||
----------------------------------------------------------
|
----------------------------------------------------------
|
||||||
| For Docker users: |
|
| For Docker/Podman users: |
|
||||||
| docker-compose.yml has now been renamed to |
|
| docker-compose.yml has now been renamed to |
|
||||||
| docker-compose.example.yml. So you need to restore it by |
|
| docker-compose.example.yml. So you need to restore it by |
|
||||||
| $ cp docker-compose.example.yml docker-compose.yml |
|
| $ cp docker-compose.example.yml docker-compose.yml |
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
| For Docker users: |
|
| For Docker/Podman users: |
|
||||||
| Please add ./neko/volume:/firefish/neko/volume:ro to |
|
| Please add ./neko/volume:/firefish/neko/volume:ro to |
|
||||||
| services.web.volumes in your docker-compose.yml before upgrading! |
|
| services.web.volumes in your docker-compose.yml before upgrading! |
|
||||||
| |
|
| |
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
---------------------------------------------------
|
-----------------------------------------------------
|
||||||
| For Docker users: |
|
| For Docker/Podman users: |
|
||||||
| The Docker image will be migrated from docker.io |
|
| The container image will be migrated from docker.io |
|
||||||
| to registry.code.naskya.net, so please edit your |
|
| to registry.code.naskya.net, so please edit your |
|
||||||
| docker-compose.yml to use the following tag: |
|
| docker-compose.yml to use the following tag: |
|
||||||
| |
|
| |
|
||||||
| registry.code.naskya.net/naskya/firefish:latest |
|
| registry.code.naskya.net/naskya/firefish:latest |
|
||||||
| |
|
| |
|
||||||
| The image will be pushed to both registries until |
|
| The image will be pushed to both registries until |
|
||||||
| 2024-01-31, after which docker.io/naskya/firefish |
|
| 2024-01-31, after which docker.io/naskya/firefish |
|
||||||
| will be removed. |
|
| will be removed. |
|
||||||
| |
|
| |
|
||||||
| For the detailed explanation, see: |
|
| For the detailed explanation, see: |
|
||||||
| https://post.naskya.net/notes/9o27gac4dj8p483c |
|
| https://post.naskya.net/notes/9o27gac4dj8p483c |
|
||||||
---------------------------------------------------
|
-----------------------------------------------------
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
-----------------------------------------------------------
|
-----------------------------------------------------------
|
||||||
| For Docker users: |
|
| For Docker/Podman users: |
|
||||||
| Sorry, there was an error in docker-compose.example.yml, |
|
| Sorry, there was an error in docker-compose.example.yml, |
|
||||||
| so your docker-compose.yml is probably misconfigured too. |
|
| so your docker-compose.yml is probably misconfigured too. |
|
||||||
| |
|
| |
|
||||||
|
|
Loading…
Reference in a new issue