Skip to content

Instantly share code, notes, and snippets.

@jgentes
Created April 5, 2018 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgentes/744648143d0e2c053894a33b54623f6b to your computer and use it in GitHub Desktop.
Save jgentes/744648143d0e2c053894a33b54623f6b to your computer and use it in GitHub Desktop.
Failing docker-compose for resin
---
version: '2'
services:
sidekick:
restart: always
privileged: true
build:
args:
GIT_KEY: abcd
image: ./sidekick
influx:
restart: always
image: ./influx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment