2025-01-22 15:22:50 +08:00
|
|
|
services:
|
|
|
|
Favicon:
|
|
|
|
build: .
|
|
|
|
image: licsber/favicon:latest
|
|
|
|
container_name: favicon
|
2025-02-11 16:55:53 +08:00
|
|
|
restart: unless-stopped
|
2025-01-22 15:22:50 +08:00
|
|
|
volumes:
|
|
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
- /etc/timezone:/etc/timezone:ro
|
|
|
|
ports:
|
2025-02-11 16:55:53 +08:00
|
|
|
- "4444:4444"
|