https://hub.docker.com/_/backdrop
https://backdropcms.org/
backdrop
backdrop:latest
卷:
/data/site:/data/site
/data/file:/data/file
环境变量:
BACKDROP_DB_HOST=10.1.2.3
BACKDROP_DB_PORT=10432
BACKDROP_DB_USER=
BACKDROP_DB_PASSWORD=
BACKDROP_DB_NAME=
==============
-e BACKDROP_DB_HOST=... (defaults to the IP and port of the linked mysql container)
-e BACKDROP_DB_USER=... (defaults to "root")
-e BACKDROP_DB_PASSWORD=... (defaults to the value of the MYSQL_ROOT_PASSWORD environment variable from the linked mysql container)
-e BACKDROP_DB_NAME=... (defaults to "backdrop")
-e BACKDROP_DB_PORT=... (defaults to 3306)
-e BACKDROP_DB_DRIVER=... (defaults to "mysql")
签名:这个人很懒,什么也没有留下!