mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 12:31:13 +00:00
15 lines
285 B
YAML
15 lines
285 B
YAML
version: '3.6'
|
|
|
|
services:
|
|
homer:
|
|
image: b4bz/homer:latest
|
|
container_name: homer
|
|
volumes:
|
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/homer:/www/assets
|
|
ports:
|
|
- "8080:8080"
|
|
restart: unless-stopped
|
|
environment:
|
|
- UID=1000
|
|
- GID=1000
|