Skip to content

Instantly share code, notes, and snippets.

@alprde
Last active November 1, 2024 22:25
Show Gist options
  • Save alprde/7a066a0863e8f74adf66fdf8f9a362eb to your computer and use it in GitHub Desktop.
Save alprde/7a066a0863e8f74adf66fdf8f9a362eb to your computer and use it in GitHub Desktop.
Portainer docker compose
version: '3.8'
services:
portainer:
image: portainer/portainer-ce
restart: always
container_name: portainer
ports:
- "8000:8000"
- "9000:9000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data
volumes:
portainer_data:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment