Wordpress Alpine and MariaDB
2.2K
Wordpress Alpine and MariaDB
WP-MASTER: https://wordpress.org
services:
wpp:
image: agstr/wp:latest
container_name: WPP
ports:
- 9680:80
- 9606:3306
- 622:22
restart: unless-stopped
privileged: true
environment:
#database config
- DB_DATABASE=wpp
- DB_USERNAME=wpp
- DB_PASSWORD=wpp123
#Set timezone
- TIME_ZONE=Asia/Jakarta
#ssh root password
- ROOT_PASSWORD=12345678
Content type
Image
Digest
sha256:811159cd5…
Size
133.1 MB
Last updated
over 2 years ago
docker pull agstr/wp