rename docker-compose.yml.example to docker-compose_example.yml (#12530)

* rename docker-compose.yml.example to docker-compose_example.yml

* fix: dockle.yml
This commit is contained in:
nullnyat 2023-12-01 11:19:33 +09:00 committed by GitHub
parent ca424df80e
commit 5cd4c36cad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,7 @@ jobs:
sudo dpkg -i dockle.deb
- run: |
cp .config/docker_example.env .config/docker.env
cp ./docker-compose.yml.example ./docker-compose.yml
cp ./docker-compose_example.yml ./docker-compose.yml
- run: |
docker compose up -d web
docker tag "$(docker compose images web | awk 'OFS=":" {print $4}' | tail -n +2)" misskey-web:latest