mirror of
https://github.com/EvilFreelancer/docker-routeros.git
synced 2025-08-31 06:59:27 +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/
|
/.git/
|
||||||
/.gitignore
|
/.gitignore
|
||||||
/README.md
|
/README.md
|
||||||
|
/docker-compose.yml
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
/.idea/
|
/.idea/
|
||||||
/*.vdi
|
/*.vdi
|
||||||
|
/docker-compose.yml
|
||||||
|
|
|
@ -17,8 +17,6 @@ services:
|
||||||
|
|
||||||
routeros-6-47:
|
routeros-6-47:
|
||||||
image: evilfreelancer/docker-routeros:latest
|
image: evilfreelancer/docker-routeros:latest
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
Loading…
Add table
Add a link
Reference in a new issue