Skip to content
Snippets Groups Projects
Unverified Commit 5cd4c36c authored by nullnyat's avatar nullnyat Committed by GitHub
Browse files

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

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

* fix: dockle.yml
parent ca424df8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment