14 lines
237 B
YAML
Executable File
14 lines
237 B
YAML
Executable File
version: '3.3'
|
|
services:
|
|
homer:
|
|
image: b4bz/homer
|
|
container_name: homerPixu
|
|
environment:
|
|
- UID=1000
|
|
- GID=1000
|
|
ports:
|
|
- 52893:8080
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./assets:/www/assets
|