Sign inSign up

agstr/wp

By agstr

Updated over 2 years ago

Wordpress Alpine and MariaDB

Image
Content management system
0

2.2K

agstr/wp repository overview

Wordpress Alpine and MariaDB
WP-MASTER: https://wordpress.org



Docker Compose


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
          

Tag summary

Content type

Image

Digest

sha256:811159cd5

Size

133.1 MB

Last updated

over 2 years ago

docker pull agstr/wp