Private GIT

Skip to content
Snippets Groups Projects
Commit f9d45f72 authored by Allan's avatar Allan
Browse files

Made the volume be just the config file. Created a dockercompose file.

parent 05c7c8cc
Branches
No related tags found
No related merge requests found
FROM python:3.3-slim
MAINTAINER Allan Tribe <atribe13@gmail.com>
VOLUME /src
VOLUME /src/config.ini
ADD . /src
WORKDIR /src
......
version: '2'
services:
speedtest:
image: atribe/Speedtest-for-InfluxDB-and-Grafana
container_name: speedtest
volumes:
- ./config.ini:/src/config.ini
restart: always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment