Move docker files into subdir

This commit is contained in:
Brad Treloar 2025-04-16 00:01:51 +09:30
parent 600cbc626f
commit 246317d84f
5 changed files with 0 additions and 2 deletions

4
docker/passwd.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
# htpasswd from package apache2-utils
htpasswd -nb $1 $2 > nginx.htpasswd