mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-07 08:54:04 +01:00
11 lines
201 B
YAML
11 lines
201 B
YAML
---
|
|
services:
|
|
homer:
|
|
image: docker.io/b4bz/homer:v24.11.1
|
|
container_name: homer
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- /etc/homer/assets/:/www/assets
|
|
restart: unless-stopped
|