28 lines
354 B
Markdown
28 lines
354 B
Markdown
# Favicon
|
|
|
|
[original githuh](https://github.com/ruisaraiva19/favycon)
|
|
|
|
## installazione
|
|
|
|
|
|
eseguire
|
|
|
|
./build.sh
|
|
|
|
far partire
|
|
|
|
./start.sh
|
|
|
|
|
|
oppure tramite portainer o compose
|
|
|
|
services:
|
|
favicon:
|
|
ports:
|
|
- 8112:3000
|
|
container_name: favicon
|
|
image: favicon
|
|
restart: unless-stopped
|
|
|
|
|
|
|