Skip to content

Instantly share code, notes, and snippets.

@jmrushing
jmrushing / docker-compose.yml
Created June 18, 2019 23:43
jmrushing's docker-compose
version: "3.7"
services:
portainer:
image: portainer/portainer
container_name: portainer
restart: always
command: -H unix:///var/run/docker.sock
ports:
- "9000:9000"
volumes: