generated from Templates/Baseline
fix example syntax
This commit is contained in:
parent
e54b744427
commit
2c4d8c12c8
@ -17,13 +17,15 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
swarmproxy:
|
swarmproxy:
|
||||||
image: gitea.ocram85.com/OCram85/swarmproxy:latest
|
image: gitea.ocram85.com/ocram85/swarmproxy:latest
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
#secrets:
|
#secrets:
|
||||||
# - upstream-proxy
|
# - upstream-proxy
|
||||||
environment:
|
environment:
|
||||||
# Recommended settings
|
# Recommended settings
|
||||||
|
- LOGLEVEL=Connect
|
||||||
|
|
||||||
# Use an optional upstream proxy
|
# Use an optional upstream proxy
|
||||||
#- UPSTREAM_PROXY=
|
#- UPSTREAM_PROXY=
|
||||||
# Set UPSTREAM_PROXY as docker secret if your upstream needs authentication
|
# Set UPSTREAM_PROXY as docker secret if your upstream needs authentication
|
||||||
@ -35,16 +37,16 @@ services:
|
|||||||
#- TINYPROXY_GID=5123
|
#- TINYPROXY_GID=5123
|
||||||
#- PORT=8888
|
#- PORT=8888
|
||||||
#- TIMEOUT=600
|
#- TIMEOUT=600
|
||||||
#- LOGLEVEL=Info
|
|
||||||
#- MAXCLIENTS=600
|
#- MAXCLIENTS=600
|
||||||
#- FILTER_FILE=/app/filter
|
#- FILTER_FILE=/app/filter
|
||||||
volumes:
|
# You can mount a single filter file into the container.
|
||||||
# You can mount a single filter file into the container.
|
# To reload the file use the docker kill -s USR1 <container_id| container_name> command.
|
||||||
# To reload the file use the docker kill -s USR1 <container_id| container_name> command.
|
#volumes:
|
||||||
- ./filter.txt:/app/filter:ro
|
# - ./filter.txt:/app/filter:ro
|
||||||
configs:
|
# alenate filter file mount
|
||||||
- source: filter_file
|
#configs:
|
||||||
target: /app/filter
|
# - source: filter_file
|
||||||
|
# target: /app/filter
|
||||||
networks:
|
networks:
|
||||||
egress:
|
egress:
|
||||||
aliases:
|
aliases:
|
||||||
|
Loading…
Reference in New Issue
Block a user