Skip to content

Commit

Permalink
subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhighet committed Sep 10, 2023
1 parent 35b6c3d commit d4e2959
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
replicas: ${SOCKS:-5}

haproxy:
image: haproxy:alpine
build: ./haproxy
restart: always
depends_on:
tor:
Expand All @@ -25,7 +25,7 @@ services:
- 1337:1337
volumes:
- haproxy_conf:/usr/local/etc/haproxy
- ./check-tor.sh:/usr/local/etc/haproxy/check-tor.sh
- ./haproxy/check-tor.sh:/usr/local/etc/haproxy/check-tor.sh
networks:
- net_tor

Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions haproxy/dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM haproxy:alpine
USER root
RUN apk add --no-cache curl
USER haproxy

0 comments on commit d4e2959

Please sign in to comment.