mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-16 03:11:05 +01:00
12 lines
199 B
YAML
12 lines
199 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
homer:
|
||
|
image: b4bz/homer:latest
|
||
|
container_name: homer
|
||
|
ports:
|
||
|
- "8080:8080"
|
||
|
volumes:
|
||
|
- /etc/homer/assets/:/www/assets
|
||
|
restart: unless-stopped
|