mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 04:21:14 +00:00
16 lines
295 B
YAML
16 lines
295 B
YAML
services:
|
|
|
|
homer:
|
|
image: b4bz/homer:latest
|
|
container_name: homer
|
|
volumes:
|
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/homer:/www/assets
|
|
ports:
|
|
- "8080:8080"
|
|
expose:
|
|
- 8080
|
|
restart: unless-stopped
|
|
environment:
|
|
- UID=1000
|
|
- GID=1000
|