diff --git a/docker-compose.yml b/docker-compose.yml index 51af815..4634b12 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,13 +17,15 @@ networks: services: swarmproxy: - image: gitea.ocram85.com/OCram85/swarmproxy:latest + image: gitea.ocram85.com/ocram85/swarmproxy:latest deploy: replicas: 1 #secrets: # - upstream-proxy environment: # Recommended settings + - LOGLEVEL=Connect + # Use an optional upstream proxy #- UPSTREAM_PROXY= # Set UPSTREAM_PROXY as docker secret if your upstream needs authentication @@ -35,16 +37,16 @@ services: #- TINYPROXY_GID=5123 #- PORT=8888 #- TIMEOUT=600 - #- LOGLEVEL=Info #- MAXCLIENTS=600 #- FILTER_FILE=/app/filter - volumes: - # You can mount a single filter file into the container. - # To reload the file use the docker kill -s USR1 command. - - ./filter.txt:/app/filter:ro - configs: - - source: filter_file - target: /app/filter + # You can mount a single filter file into the container. + # To reload the file use the docker kill -s USR1 command. + #volumes: + # - ./filter.txt:/app/filter:ro + # alenate filter file mount + #configs: + # - source: filter_file + # target: /app/filter networks: egress: aliases: