From 9bb92785ef8328925a757b86da05ed79be0178de Mon Sep 17 00:00:00 2001 From: Fabio Date: Wed, 16 Apr 2025 16:54:27 +0800 Subject: [PATCH] Aggiorna README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bdafda..fc61072 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ with docker compose or portainer - /home/nvme/dockerdata/myweb:/srv/http container_name: myweb image: pierrezemb/gostatic - + command: -set-basic-auth fabio:master66 #set auth login ## 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.