dev: 'For Docker users' -> 'For Docker/Podman users'

This commit is contained in:
naskya 2024-01-09 11:10:35 +09:00
parent d047d01b90
commit 49f956243f
Signed by: naskya
GPG key ID: 712D413B3A9FED5C
4 changed files with 18 additions and 18 deletions

View file

@ -1,5 +1,5 @@
----------------------------------------------------------
| For Docker users: |
| For Docker/Podman users: |
| docker-compose.yml has now been renamed to |
| docker-compose.example.yml. So you need to restore it by |
| $ cp docker-compose.example.yml docker-compose.yml |

View file

@ -1,5 +1,5 @@
-------------------------------------------------------------------
| For Docker users: |
| For Docker/Podman users: |
| Please add ./neko/volume:/firefish/neko/volume:ro to |
| services.web.volumes in your docker-compose.yml before upgrading! |
| |

View file

@ -1,15 +1,15 @@
---------------------------------------------------
| For Docker users: |
| The Docker image will be migrated from docker.io |
| to registry.code.naskya.net, so please edit your |
| docker-compose.yml to use the following tag: |
| |
| registry.code.naskya.net/naskya/firefish:latest |
| |
| The image will be pushed to both registries until |
| 2024-01-31, after which docker.io/naskya/firefish |
| will be removed. |
| |
| For the detailed explanation, see: |
| https://post.naskya.net/notes/9o27gac4dj8p483c |
---------------------------------------------------
-----------------------------------------------------
| For Docker/Podman users: |
| The container image will be migrated from docker.io |
| to registry.code.naskya.net, so please edit your |
| docker-compose.yml to use the following tag: |
| |
| registry.code.naskya.net/naskya/firefish:latest |
| |
| The image will be pushed to both registries until |
| 2024-01-31, after which docker.io/naskya/firefish |
| will be removed. |
| |
| For the detailed explanation, see: |
| https://post.naskya.net/notes/9o27gac4dj8p483c |
-----------------------------------------------------

View file

@ -1,5 +1,5 @@
-----------------------------------------------------------
| For Docker users: |
| For Docker/Podman users: |
| Sorry, there was an error in docker-compose.example.yml, |
| so your docker-compose.yml is probably misconfigured too. |
| |