You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

15 lines
416 B

version: "3.2"
services:
portainer:
container_name: ${PORTAINER_CONTAINER_NAME:-portainer}
image: portainer/portainer-ce:${PORTAINER_VERSION:-latest}
restart: always
ports:
- ${PORTAINER_HOST_IP_ADDRESS:-127.0.0.1}:${PORTAINER_HOST_PORT:-9000}:9000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- data:/data
volumes:
data: