12 lines
240 B
YAML
12 lines
240 B
YAML
|
services:
|
||
|
Favicon:
|
||
|
build: .
|
||
|
image: licsber/favicon:latest
|
||
|
restart: always
|
||
|
container_name: favicon
|
||
|
volumes:
|
||
|
- /etc/localtime:/etc/localtime:ro
|
||
|
- /etc/timezone:/etc/timezone:ro
|
||
|
ports:
|
||
|
- '4444:4444'
|