Image for the mailing list phplist. https://www.phplist.org
100K+
Docker image for the mailing list phplist (3.6.16) based on ubuntu 20.04 with php7.4, apache, mariadb and postfix. https://www.phplist.org
docker run --name=my-merjasec-phplist \
-it -d \
--dns=8.8.8.8 --dns=8.8.4.4 \
-h list.gf.si \
-p 8080:80 \
-v /home/list/phplist/html:/var/www/html \
-v /home/list/phplist/mysql:/var/lib/mysql \
-v /home/list/phplist/backup:/backup \
-e "MYSQLUSER=phplist" -e "MYSQLPASS=phplist" -e "MYSQLDB=phplist" \
-e "MYSQLHOST=localhost" -e "MYSQLROOTPASS=Pa5sw0rd" \
-e "LANG=sl" \
merjasec/phplist:latest
Go to http://localhost:8080/lists/admin to setup phplist
docker exec -it my-merjasec-phplist /upgrade.sh
Go to http://localhost:8080/lists/admin to complete the upgrade process
Content type
Image
Digest
sha256:0265a60e1…
Size
240.3 MB
Last updated
about 1 year ago
docker pull merjasec/phplist