Sign inSign up

avgurx/bitrix

By avgurx

Updated 6 months ago

Bitrix CMS

Image
Web servers
Content management system
0

5.4K

avgurx/bitrix repository overview

Version

BitrixSetup 05.08.2024 Nginx 1.26.3 PHP82-FPM 8.2.28

Start Сontainer

docker run --name bitrix \
           -e VUID=7001 \
           -e VGID=7001 \
           -e TZ=Etc/UTC \
           -p 80:80 \
           -v /opt/bitrix:/vdsroot \
           -d avgurx/bitrix:latest

When container is launched for the first time, if there are no configuration files (see Volumes), the minimum required set of configuration files and directories are created.

Go to http://docker-host.ip to complete a new installation or restore from backup.

Volumes

-v /opt/bitrix:/vdsroot

Bind /vdsroot directory inside the container to the /opt/bitrix on the Docker host. This directory contains everything you need to launch a new Bitrix installation or restore an existing project from backup.

/etc - configuration files
/log - logs
/var
    mysql - data base
    www   - web sites data

Environment Variables

TZ

A time zone of container. Default value: Etc/UTC

VUID / VGID

Run all services as a non-root user. If unset, default values are: 7001/7001

Tag summary

Content type

Image

Digest

sha256:760c4c810

Size

86.8 MB

Last updated

6 months ago

docker pull avgurx/bitrix