feat: missing phpmyadmin
This commit is contained in:
@@ -36,6 +36,19 @@ services:
|
|||||||
- MARIADB_PASSWORD=${MARIADB_PASSWORD:-password123}
|
- MARIADB_PASSWORD=${MARIADB_PASSWORD:-password123}
|
||||||
- MARIADB_ROOT_PASSWORD=${MARIADB_ROOT_PASSWORD:-rootpassword}
|
- MARIADB_ROOT_PASSWORD=${MARIADB_ROOT_PASSWORD:-rootpassword}
|
||||||
|
|
||||||
|
phpmyadmin:
|
||||||
|
image: phpmyadmin
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 8080:80
|
||||||
|
environment:
|
||||||
|
- PMA_ARBITRARY=1
|
||||||
|
- PMA_HOST=mariadb
|
||||||
|
- PMA_USER=${MARIADB_USER:-wp}
|
||||||
|
- PMA_PASSWORD=${MARIADB_ROOT_PASSWORD:-rootpassword}
|
||||||
|
depend_on:
|
||||||
|
- mariadb
|
||||||
|
|
||||||
wordpress :
|
wordpress :
|
||||||
container_name: wordpress
|
container_name: wordpress
|
||||||
image: wordpress:latest
|
image: wordpress:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user