mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
proxy
This commit is contained in:
parent
68bb02fce4
commit
d0b5ca64a6
2 changed files with 1 additions and 2 deletions
|
@ -8,4 +8,5 @@ COPY ./config/initproxy.conf /data/nginx/proxy_host/
|
|||
COPY ./s6/init_user /etc/s6-overlay/s6-rc.d/init_user
|
||||
RUN ls /etc/s6-overlay/s6-rc.d/init_user
|
||||
RUN touch /etc/s6-overlay/s6-rc.d/user/contents.d/init_user
|
||||
|
||||
RUN chmod -R 755 /etc/s6-overlay/s6-rc.d/init_user
|
|
@ -1,6 +1,4 @@
|
|||
#!/bin/bash
|
||||
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
|
||||
export PATH
|
||||
|
||||
username="help@websoft9.com"
|
||||
password=$(openssl rand -base64 16 | tr -d '/+' | cut -c1-16)
|
||||
|
|
Loading…
Reference in a new issue