1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

Merge fe16052056916f9d3572f0a1235fedf9878d0b01 into cb5cb05e152482ca4f28ad2a51209280ab51d7a1

This commit is contained in:
Lucien 2024-03-01 19:52:44 +03:00 committed by GitHub
commit 9bcad4429e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

@ -10,6 +10,7 @@ RUN set -xe \
&& sed -i -e '/^Allow /s/^/#/' \ && sed -i -e '/^Allow /s/^/#/' \
-e '/^ConnectPort /s/^/#/' \ -e '/^ConnectPort /s/^/#/' \
-e '/^#DisableViaHeader /s/^#//' \ -e '/^#DisableViaHeader /s/^#//' \
-e 's/^Timeout.*/Timeout 10/' \
/etc/tinyproxy/tinyproxy.conf /etc/tinyproxy/tinyproxy.conf
VOLUME /etc/tinyproxy VOLUME /etc/tinyproxy