mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update tinyproxy
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
# Dockerfile for tinyproxy
|
||||
#
|
||||
|
||||
FROM alpine
|
||||
MAINTAINER kev <noreply@easypi.pro>
|
||||
FROM alpine:3
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
RUN set -xe \
|
||||
&& apk add --no-cache tinyproxy \
|
||||
|
||||
@@ -6,7 +6,9 @@ tinyproxy
|
||||
## docker-compose.yml
|
||||
|
||||
```yaml
|
||||
tinyproxy:
|
||||
version: "3.8"
|
||||
services:
|
||||
tinyproxy:
|
||||
image: vimagick/tinyproxy
|
||||
ports:
|
||||
- "8888:8888"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
# number may be used.
|
||||
#
|
||||
User nobody
|
||||
Group nobody
|
||||
Group nogroup
|
||||
|
||||
#
|
||||
# Port: Specify the port which tinyproxy will listen on. Please note
|
||||
@@ -187,7 +187,7 @@ LogLevel Info
|
||||
# be created. In other words, only MaxClients number of clients can be
|
||||
# connected at the same time.
|
||||
#
|
||||
MaxClients 100
|
||||
MaxClients 1024
|
||||
|
||||
#
|
||||
# Allow: Customization of authorization controls. If there are any
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
tinyproxy:
|
||||
version: "3.8"
|
||||
services:
|
||||
tinyproxy:
|
||||
image: vimagick/tinyproxy
|
||||
ports:
|
||||
- "8888:8888"
|
||||
|
||||
Reference in New Issue
Block a user