Skip to content

Commit

Permalink
Update magic Dante paths to the new ones (#298)
Browse files Browse the repository at this point in the history
* Update docker-compose.proxy.yml

* Add generated changelog entries
  • Loading branch information
jeremyk-91 authored Nov 2, 2020
1 parent e2022de commit 6939645
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog/@unreleased/pr-298.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
type: fix
fix:
description: Update usage to work with builds of Dante after 410c297862615aff77f27b99ff7151dcf20c8f71,
generated on the 30th of October.
links:
- https://github.com/palantir/docker-proxy-rule/pull/298
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: vimagick/dante:latest
ports:
- "1080"
command: bash -c 'sed -i.bak "s/username //" /etc/sockd.conf && sockd -f /etc/sockd.conf -p /tmp/sockd.pid -N 10'
command: bash -c 'sed -i.bak "s/username //" /etc/dante/sockd.conf && sockd -f /etc/dante/sockd.conf -p /run/sockd.pid -N 10'

networks:
default:
Expand Down

0 comments on commit 6939645

Please sign in to comment.