TomatoFull commited on
Commit
4a0ee14
·
verified ·
1 Parent(s): bb4ef98

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
6
  privoxy \
7
  && apt-get clean
8
 
9
- RUN sed -i 's/^listen-address.*/listen-address 127.0.0.1:7680/' /etc/privoxy/config \
10
  && sed -i 's/^logfile.*/logfile \/dev\/stdout/' /etc/privoxy/config \
11
  && sed -i 's/^debug.*/debug 1/' /etc/privoxy/config
12
 
 
6
  privoxy \
7
  && apt-get clean
8
 
9
+ RUN sed -i 's/^listen-address.*/listen-address 127.0.0.1:7860/' /etc/privoxy/config \
10
  && sed -i 's/^logfile.*/logfile \/dev\/stdout/' /etc/privoxy/config \
11
  && sed -i 's/^debug.*/debug 1/' /etc/privoxy/config
12