mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
13 lines
299 B
YAML
13 lines
299 B
YAML
version: '3'
|
|
services:
|
|
portainer:
|
|
container_name: portainer
|
|
image: portainer/portainer
|
|
restart: always
|
|
ports:
|
|
- '9000:9000'
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- /docker/homeautomation/portainer:/data
|
|
- /etc/localtime:/etc/localtime:ro
|