forked from docker/proxmoxbackupserver
add password environment variable
This commit is contained in:
@@ -15,6 +15,7 @@ RUN apt-get update && \
|
||||
RUN chsh -s /bin/bash backup
|
||||
|
||||
#Start...
|
||||
ENV ROOT_PASSWD="password"
|
||||
COPY entrypoint.sh /
|
||||
RUN chmod a+x /entrypoint.sh
|
||||
STOPSIGNAL SIGINT
|
||||
|
||||
Reference in New Issue
Block a user