comparison Dockerfile.mariadb @ 8:55a0dc78fc3a default tip

user fix
author drewp@bigasterisk.com
date Sat, 25 Mar 2023 15:24:14 -0700
parents 07aa4c3cddc4
children
comparison
equal deleted inserted replaced
7:07aa4c3cddc4 8:55a0dc78fc3a
1 FROM docker.io/mariadb:10.10.3 1 FROM docker.io/mariadb:10.10.3
2 2
3 RUN adduser \ 3 RUN addgroup --gid 1050 photoprism && \
4 adduser \
4 --no-create-home \ 5 --no-create-home \
5 --uid 1050 \ 6 --uid 1050 \
6 --ingroup photoprism \ 7 --ingroup photoprism \
7 --disabled-password \ 8 --disabled-password \
8 --disabled-login \ 9 --disabled-login \