This is an upgraded version of Pe46dro's container that has php 8.0 and Xbackbone 3.6
954
This is the Docker image for XBackBone ~ based on pe46dro/xbackbone-docker. Updated to PHP 8.0 and XBackBone 3.6.0
You can use the following command to start the container and map the ports to the host:
$ docker run -p 80:80 \
-e APP_NAME=XBackBone \
-e URL=http:\/\/127.0.0.1 \
--name xbb \
thelaughingman/xbackbone
When you start this image, you can adjust the configuration by passing one or more environment variables on the docker run command line.
APP_NAMEThis will specify the app name, if none is provided the default is XBackBone
-e APP_NAME=XBackBone
URLThis will specify the app url, slashes need to be escaped like follow
-e URL=http:\/\/127.0.0.1
The folder on host system need to have both UID and GID 1000
Content type
Image
Digest
Size
159.1 MB
Last updated
about 4 years ago
docker pull thelaughingman/xbackbone