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.