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.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 |

View file

@ -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! |
| | | |

View file

@ -1,6 +1,6 @@
--------------------------------------------------- -----------------------------------------------------
| 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: |
| | | |
@ -12,4 +12,4 @@
| | | |
| For the detailed explanation, see: | | For the detailed explanation, see: |
| https://post.naskya.net/notes/9o27gac4dj8p483c | | 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, | | 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. |
| | | |