mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
fix: set a fixed 3proxy ver 0.9.5 (#2468)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM 3proxy/3proxy:latest
|
||||
FROM 3proxy/3proxy:0.9.5
|
||||
|
||||
LABEL maintainer="AmneziaVPN"
|
||||
|
||||
@@ -7,4 +7,4 @@ RUN echo -e "#!/bin/bash\ntail -f /dev/null" > /opt/amnezia/start.sh
|
||||
RUN chmod a+x /opt/amnezia/start.sh
|
||||
|
||||
ENTRYPOINT [ "/bin/sh", "/opt/amnezia/start.sh" ]
|
||||
CMD [ "" ]
|
||||
CMD [ "" ]
|
||||
|
||||
Reference in New Issue
Block a user