BitrixSetup 05.08.2024 Nginx 1.26.3 PHP82-FPM 8.2.28
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.
-v /opt/bitrix:/vdsrootBind /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
TZA time zone of container. Default value: Etc/UTC
VUID / VGIDRun all services as a non-root user. If unset, default values are: 7001/7001
Content type
Image
Digest
sha256:760c4c810…
Size
86.8 MB
Last updated
6 months ago
docker pull avgurx/bitrix