tang minghao commited on
Update entrypoint.sh
Browse files- entrypoint.sh +2 -2
entrypoint.sh
CHANGED
|
@@ -2,8 +2,8 @@
|
|
| 2 |
|
| 3 |
chmod +x /opt/tinyproxy/
|
| 4 |
|
| 5 |
-
chown -R ${PUID}:${PGID} /opt/tinyproxy/
|
| 6 |
|
| 7 |
-
umask ${UMASK}
|
| 8 |
|
| 9 |
/opt/tinyproxy/tinyproxy -d -c /opt/tinyproxy/tinyproxy.conf
|
|
|
|
| 2 |
|
| 3 |
chmod +x /opt/tinyproxy/
|
| 4 |
|
| 5 |
+
#chown -R ${PUID}:${PGID} /opt/tinyproxy/
|
| 6 |
|
| 7 |
+
#umask ${UMASK}
|
| 8 |
|
| 9 |
/opt/tinyproxy/tinyproxy -d -c /opt/tinyproxy/tinyproxy.conf
|