docker-compose.yml excluded from index

This commit is contained in:
Paul Rock 2020-11-30 21:01:21 +03:00
parent 4c111b09e2
commit 20750fd092
3 changed files with 2 additions and 2 deletions

View file

@ -2,3 +2,4 @@
/.git/
/.gitignore
/README.md
/docker-compose.yml

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/.idea/
/*.vdi
/docker-compose.yml

View file

@ -17,8 +17,6 @@ services:
routeros-6-47:
image: evilfreelancer/docker-routeros:latest
build:
context: .
restart: unless-stopped
cap_add:
- NET_ADMIN