Sign inSign up

thelaughingman/xbackbone

By thelaughingman

•Updated about 4 years ago

This is an upgraded version of Pe46dro's container that has php 8.0 and Xbackbone 3.6

Image
0

954

thelaughingman/xbackbone repository overview

⁠About this Repo

This is the Docker image for XBackBone⁠ ~ based on pe46dro/xbackbone-docker⁠. Updated to PHP 8.0 and XBackBone 3.6.0

⁠How to use this image

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

⁠Environment Variables

When you start this image, you can adjust the configuration by passing one or more environment variables on the docker run command line.

⁠APP_NAME

This will specify the app name, if none is provided the default is XBackBone -e APP_NAME=XBackBone

⁠URL

This will specify the app url, slashes need to be escaped like follow -e URL=http:\/\/127.0.0.1

⁠Where to Store Data

⁠Available mount point
  • /app/storage
  • /app/resources/database
  • /app/logs
  • /app/config (to keep config files - Docker container only)
⁠Permissions

The folder on host system need to have both UID and GID 1000

Tag summary

Content type

Image

Digest

Size

159.1 MB

Last updated

about 4 years ago

docker pull thelaughingman/xbackbone