You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-10 22:31:28 +02:00
update tinyproxy
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
# Dockerfile for tinyproxy
|
# Dockerfile for tinyproxy
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM alpine
|
FROM alpine:3
|
||||||
MAINTAINER kev <noreply@easypi.pro>
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apk add --no-cache tinyproxy \
|
&& apk add --no-cache tinyproxy \
|
||||||
|
@@ -6,13 +6,15 @@ tinyproxy
|
|||||||
## docker-compose.yml
|
## docker-compose.yml
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
tinyproxy:
|
version: "3.8"
|
||||||
image: vimagick/tinyproxy
|
services:
|
||||||
ports:
|
tinyproxy:
|
||||||
- "8888:8888"
|
image: vimagick/tinyproxy
|
||||||
volumes:
|
ports:
|
||||||
- ./data:/etc/tinyproxy
|
- "8888:8888"
|
||||||
restart: unless-stopped
|
volumes:
|
||||||
|
- ./data:/etc/tinyproxy
|
||||||
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
## Server Setup
|
## Server Setup
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
# number may be used.
|
# number may be used.
|
||||||
#
|
#
|
||||||
User nobody
|
User nobody
|
||||||
Group nobody
|
Group nogroup
|
||||||
|
|
||||||
#
|
#
|
||||||
# Port: Specify the port which tinyproxy will listen on. Please note
|
# 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
|
# be created. In other words, only MaxClients number of clients can be
|
||||||
# connected at the same time.
|
# connected at the same time.
|
||||||
#
|
#
|
||||||
MaxClients 100
|
MaxClients 1024
|
||||||
|
|
||||||
#
|
#
|
||||||
# Allow: Customization of authorization controls. If there are any
|
# Allow: Customization of authorization controls. If there are any
|
||||||
|
@@ -1,7 +1,9 @@
|
|||||||
tinyproxy:
|
version: "3.8"
|
||||||
image: vimagick/tinyproxy
|
services:
|
||||||
ports:
|
tinyproxy:
|
||||||
- "8888:8888"
|
image: vimagick/tinyproxy
|
||||||
volumes:
|
ports:
|
||||||
- ./data:/etc/tinyproxy
|
- "8888:8888"
|
||||||
restart: unless-stopped
|
volumes:
|
||||||
|
- ./data:/etc/tinyproxy
|
||||||
|
restart: unless-stopped
|
||||||
|
Reference in New Issue
Block a user