Manage your email marketing campaigns and announcements with a powerful, open-source solution designed for scalability. Whether you need to reach a few hundred subscribers or broadcast to millions, this platform provides the flexibility and security required for successful email delivery. Because it is completely free to download and use, you maintain full control over your data and mailing lists without worrying about expensive monthly subscriptions.
Take advantage of a highly active community that contributes to continuous improvements, translations, and custom plugins. You can easily adapt the software to fit your specific workflow requirements.
Key benefits include:
services:
phplist:
image: phplist/phplist
restart: always
ports:
- "8000:80"
environment:
DB_HOST: mariadb
DB_NAME: phplistdb
DB_USER: phplist
DB_PASSWORD: ${DB_PASSWORD}
volumes:
- ./phplist/config:/etc/phplist
- ./phplist/images:/var/www/phpList/public_html/uploadimages
depends_on:
- mariadb
mariadb:
image: mariadb:10
restart: always
environment:
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASSWORD}
MYSQL_DATABASE: phplistdb
MYSQL_USER: phplist
MYSQL_PASSWORD: ${DB_PASSWORD}
volumes:
- ./mariadb_data:/var/lib/mysqlDB_PASSWORD=your_secure_db_password
DB_ROOT_PASSWORD=your_secure_root_passwordAuto-fetched about 1 hour ago
Auto-fetched about 1 hour ago