Created
May 13, 2018 04:15
-
-
Save phillijw/18204f4f5edd807bcd86519b6b154905 to your computer and use it in GitHub Desktop.
piwigo docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run \ | |
--name=piwigo \ | |
-v /etc/localtime:/etc/localtime:ro \ | |
-v /var/lib/docker/volumes/piwigo/config:/config \ | |
-v /media/kingkong/backups/pictures:/photos \ | |
-e TZ=America/Chicago \ | |
-p 8980:80 \ | |
-d \ | |
--restart unless-stopped \ | |
linuxserver/piwigo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
docker run
--name=mariadb
-p 3306:3306
-e MYSQL_ROOT_PASSWORD=
-e TZ=America/Chicago
-v /var/lib/docker/volumes/mariadb/config:/config
-d
--restart unless-stopped
linuxserver/mariadb