This is the Docker image for XBackBone ~ based on webdevops/php-nginx.
-
Where to file issues:
https://github.com/Pe46dro/XBackBone-docker/issues -
Supported architectures:
amd64 -
Supported Docker versions:
the latest release (down to 1.6 on a best-effort basis)
You can use the following command to start the container and map the ports to the host:
$ docker run -p 80:80 \
-e URL=http:\/\/127.0.0.1 \
--name xbb \
pe46dro/xbackbone-dockerNginx erver log is available through Docker's container log:
$ docker logs xbbWhen you start this image, you can adjust the configuration by passing one or more environment variables on the docker run command line.
This will specify the app url, slashes need to be escaped like follow
-e URL=http:\/\/127.0.0.1
If set, this environment variable will generate a release zip and will place it on srv/xbb/storage
When you build the image yourself, you can adjust the version using the --build-arg variable=value parameter on the docker build command line.
You can specify the tag from XBackBone release and download the desired one
- /app/storage
- /app/resources/database
- /app/logs
The folder on host system need to have both UID and GID 1000
mkdir -p /srv/xbb/storage
mkdir -p /srv/xbb/database
mkdir -p /srv/xbb/logs
chown -R 1000:1000 /srv/xbb- Pe46dro - Creator
View license information for the software contained in this image.