mirror of
https://github.com/EvilFreelancer/docker-routeros.git
synced 2025-08-04 10:04:32 +02:00
docker-compose.yml excluded from index
This commit is contained in:
parent
4c111b09e2
commit
20750fd092
3 changed files with 2 additions and 2 deletions
|
@ -2,3 +2,4 @@
|
|||
/.git/
|
||||
/.gitignore
|
||||
/README.md
|
||||
/docker-compose.yml
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
/.idea/
|
||||
/*.vdi
|
||||
/docker-compose.yml
|
||||
|
|
|
@ -17,8 +17,6 @@ services:
|
|||
|
||||
routeros-6-47:
|
||||
image: evilfreelancer/docker-routeros:latest
|
||||
build:
|
||||
context: .
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
- NET_ADMIN
|
Loading…
Add table
Add a link
Reference in a new issue