Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Commit

Permalink
docker compose with netblow pypi instead by default
Browse files Browse the repository at this point in the history
  • Loading branch information
viniarck committed May 1, 2018
1 parent d8f0988 commit 0e6fb09
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
version: '2.1'
services:
netblow:
image: quay.io/viniciusarcanjo/netblow:0.1
image: quay.io/viniciusarcanjo/netblow:latest
stdin_open: true
tty: true
build:
context: .
dockerfile: ./Dockerfile.netblow
volumes:
- .:/app
dockerfile: ./Dockerfile.netblow.pypi
master:
image: quay.io/viniciusarcanjo/salt:2018.3.0
privileged: true
Expand Down

0 comments on commit 0e6fb09

Please sign in to comment.