dev: rename docker-compose.yml and stop managing it by git

This commit is contained in:
naskya 2023-11-29 05:42:12 +09:00
parent 051738a1d8
commit 43e9f31a0f
Signed by: naskya
GPG key ID: 164DFF24E2D40139
3 changed files with 10 additions and 0 deletions

1
.gitignore vendored
View file

@ -28,6 +28,7 @@ coverage
!/.config/docker_ci.env
!/.config/helm_values_example.yml
!/.config/LICENSE
.docker-compose.yml
# docker dev config
/dev/docker-compose.yml

View file

@ -0,0 +1,9 @@
----------------------------------------------------------
| For Docker 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 |
| |
| For the detailed explanation, see: |
| https://post.naskya.net/notes/9mmcy2s9cmvpr9im |
----------------------------------------------------------