11 lines
271 B
YAML
11 lines
271 B
YAML
version: '3'
|
|
|
|
services:
|
|
docker-updater:
|
|
container_name: docker-updater
|
|
hostname: docker-updater
|
|
image: dockupdater/dockupdater:latest
|
|
restart: always
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- /etc/localtime:/etc/localtime:ro |