mirror of
https://example.com
synced 2024-11-22 06:36:38 +09:00
dev: rename docker-compose.yml and stop managing it by git
This commit is contained in:
parent
051738a1d8
commit
43e9f31a0f
3 changed files with 10 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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
|
||||
|
|
9
neko/messages/docker_compose_rename
Normal file
9
neko/messages/docker_compose_rename
Normal 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 |
|
||||
----------------------------------------------------------
|
Loading…
Reference in a new issue