1
0
mirror of https://github.com/Haxxnet/Compose-Examples synced 2025-03-01 11:28:43 +00:00

13 lines
254 B
YAML

version: '3.6'
services:
homer:
image: b4bz/homer:latest
container_name: homer
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/homer:/www/assets
restart: unless-stopped
environment:
- UID=1000
- GID=1000