Aggiorna README.md
Some checks failed
CI to Docker Hub / build (push) Has been cancelled

This commit is contained in:
Fabio 2025-04-16 16:54:27 +08:00
parent 2dae4e04ca
commit 9bb92785ef

View file

@ -17,7 +17,7 @@ with docker compose or portainer
- /home/nvme/dockerdata/myweb:/srv/http - /home/nvme/dockerdata/myweb:/srv/http
container_name: myweb container_name: myweb
image: pierrezemb/gostatic image: pierrezemb/gostatic
command: -set-basic-auth fabio:master66 #set auth login
## The goal ## The goal
My goal is to create to smallest docker container for my web static files. The advantage of Go is that you can generate a fully static binary, so that you don't need anything else. My goal is to create to smallest docker container for my web static files. The advantage of Go is that you can generate a fully static binary, so that you don't need anything else.