mirror of
https://github.com/bitnami/containers.git
synced 2026-03-02 16:17:31 +08:00
8.6.13-rhel-7-r9 release
This commit is contained in:
@@ -20,7 +20,7 @@ RUN ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log
|
||||
COPY rootfs /
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
BITNAMI_APP_NAME="drupal-nginx" \
|
||||
BITNAMI_IMAGE_VERSION="8.6.13-rhel-7-r8" \
|
||||
BITNAMI_IMAGE_VERSION="8.6.13-rhel-7-r9" \
|
||||
DRUPAL_DATABASE_NAME="bitnami_drupal" \
|
||||
DRUPAL_DATABASE_PASSWORD="" \
|
||||
DRUPAL_DATABASE_USER="bn_drupal" \
|
||||
|
||||
@@ -2,7 +2,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
mariadb:
|
||||
image: 'bitnami/mariadb:latest'
|
||||
image: bitnami/mariadb:latest
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
- MARIADB_USER=bn_drupal
|
||||
@@ -10,7 +10,10 @@ services:
|
||||
volumes:
|
||||
- 'mariadb_data:/bitnami'
|
||||
drupal:
|
||||
image: 'bitnami/drupal-nginx:8-rhel-7'
|
||||
# A Red Hat Customer Portal login is required to access this image. If you do not have one already, you can obtain one at https://www.redhat.com/wapps/ugc/register.html
|
||||
# Pull action should be successful from any RHEL Host system running the Docker service and executing the following command: docker login registry.connect.redhat.com
|
||||
# + info: https://access.redhat.com/containers/?tab=images&platform=docker#/registry.connect.redhat.com/bitnami/drupal-nginx-php7
|
||||
image: registry.connect.redhat.com/bitnami/drupal-nginx-php7
|
||||
environment:
|
||||
- MARIADB_HOST=mariadb
|
||||
- MARIADB_PORT_NUMBER=3306
|
||||
|
||||
Reference in New Issue
Block a user