Skip to content

Instantly share code, notes, and snippets.

@SystemJargon
Last active November 3, 2023 00:04
Show Gist options
  • Save SystemJargon/dcffbd115d7202df79f5cdfec3ae4eac to your computer and use it in GitHub Desktop.
Save SystemJargon/dcffbd115d7202df79f5cdfec3ae4eac to your computer and use it in GitHub Desktop.
My docker-compose.yml file for portainer
version: '3.7'
services:
portainer:
image: portainer/portainer-ce
restart: unless-stopped
volumes:
- "./portainer/data:/data"
- "/var/run/docker.sock:/var/run/docker.sock"
environment:
- UID=1000
- GID=1000
- TZ=Pacific/Auckland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment