Sign inSign up

merjasec/phplist

By merjasec

Updated about 1 year ago

Image for the mailing list phplist. https://www.phplist.org

Image
2

100K+

merjasec/phplist repository overview

docker-phplist

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

Usage:

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

Upgrade:

docker exec -it my-merjasec-phplist /upgrade.sh

Go to http://localhost:8080/lists/admin to complete the upgrade process

https://hub.docker.com/r/merjasec/phplist/

Tag summary

Content type

Image

Digest

sha256:0265a60e1

Size

240.3 MB

Last updated

about 1 year ago

docker pull merjasec/phplist