Skip to content

Commit

Permalink
Rename docker-compose.yml to docker-compose.dist.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric BAIL committed Feb 8, 2024
1 parent 9ad7cbf commit de946d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Test with Docker
run: |
# start the container
docker-compose up --build -d routeros-local
docker-compose -f docker-compose.dist.yml up --build -d routeros-local
# wait for the container to start
sleep 5
DOCKERID=$(docker ps --format '{{.ID}}.{{.Names}}.{{.Image}}'|grep evilfreelancer/docker-routeros|cut -f 1 -d '.')
Expand All @@ -44,4 +44,4 @@ jobs:
curl --retry 12 --retry-all-errors -k -u admin: http://127.0.0.1:7777/rest/system/resource | jq .platform |grep -i mikrotik
- name: Stop container
run: docker-compose down
run: docker-compose -f docker-compose.dist.yml down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.idea/
/*.vdi
/docker-compose.dist.yml
File renamed without changes.

0 comments on commit de946d8

Please sign in to comment.