Skip to content

Commit

Permalink
Set env LSIO_FIRST_PARTY -> false
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Sep 27, 2023
1 parent c3ba2d7 commit 8a2c9d3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ LABEL maintainer="Aleksandar Puharic <[email protected]>" \
org.opencontainers.image.source="https://github.com/N0rthernL1ghts/mariadb" \
org.opencontainers.image.description="MariaDB ${MARIADB_VERSION} (${TARGETPLATFORM}) - Based on lscr.io/linuxserver/mariadb:${MARIADB_VERSION}" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.version="${MARIADB_VERSION}"
org.opencontainers.image.version="${MARIADB_VERSION}" \
build_version="Custom"


ENV MARIADB_VERSION="${MARIADB_VERSION}"
ENV DATADIR="/var/lib/mysql"
ENV FORCE_CONFIG_OVERWRITE="0"
ENV FORCE_CONFIG_OVERWRITE="0"
ENV LSIO_FIRST_PARTY=false

0 comments on commit 8a2c9d3

Please sign in to comment.