No description
Find a file
2025-03-26 23:58:38 +08:00
build.sh first commit 2025-03-26 23:55:01 +08:00
docker-compose.yml first commit 2025-03-26 23:55:01 +08:00
Dockerfile first commit 2025-03-26 23:55:01 +08:00
README.md Aggiorna README.md 2025-03-26 23:58:38 +08:00
start.sh first commit 2025-03-26 23:55:01 +08:00

Favicon

original githuh

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