mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
proxy
This commit is contained in:
parent
d9a3b9060a
commit
db7a148ff3
2 changed files with 2 additions and 5 deletions
|
@ -5,6 +5,6 @@ LABEL version="2.10.4"
|
|||
|
||||
RUN apt-get update && apt-get install -y curl jq
|
||||
COPY ./config/initproxy.conf /data/nginx/proxy_host/
|
||||
COPY ./s6/user/* /etc/s6-overlay/s6-rc.d/user/
|
||||
COPY ./s6/user/setup /etc/s6-overlay/s6-rc.d/user/contents.d/setup
|
||||
|
||||
RUN chmod -R 755 /etc/s6-overlay/s6-rc.d/user
|
||||
RUN chmod +x /etc/s6-overlay/s6-rc.d/user/contents.d/setup
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
exec "/etc/s6-overlay/s6-rc.d/user/setup" "$@"
|
Loading…
Reference in a new issue