ubuntu base
port
28083
default id/password for update
tdiaryman / tdiaryman
How to you change password
docker exec -t -i xxxx /bin/bash (xxxx is container id)
rm .htpasswd
htpasswd -dbc /var/www/.htpasswd <your_id> <your_password>
data path
/var/www/data
on container.
Run example
docker run -p 80:28083 -v /home/me/tdiary/data/tdata:/var/www/data -d pharaohkj/tdiary
Content type
Image
Digest
sha256:adc7dcf2d…
Size
218.2 MB
Last updated
over 9 years ago
docker pull pharaohkj/tdiary