Skip to content

Commit

Permalink
docker.sock: discard stateful volume
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Sep 30, 2024
1 parent 4dc2afe commit 7ff4858
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docker.sock/docker-compose.up.pre_hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ set -Eumo pipefail

SELF_DIR="$(cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P)"
DATA_DIR="$SELF_DIR/data"

mkdir -p "$DATA_DIR/docker.sock-proxy/haproxy"
1 change: 0 additions & 1 deletion docker.sock/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ services:
networks:
- shared
volumes:
- ./data/docker.sock-proxy/haproxy:/haproxy:rw
- /var/run/docker.sock:/var/run/docker.sock:ro

environment:
Expand Down

0 comments on commit 7ff4858

Please sign in to comment.