Skip to content

Commit

Permalink
#2121: Test volume binding
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Nov 14, 2023
1 parent f42f1a6 commit 11abb5b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,15 @@ volumes:
# driver: local
name: "${ARCH}-ubuntu-${UBUNTU}-${HOST_COMPILER}-${COMPILER}-cache"
driver_opts:
type: "tmpfs"
type: "none"
o: "bind"
device: "${CACHE}${ARCH}-ubuntu-${UBUNTU}-${HOST_COMPILER}-${COMPILER}-cache"
alpine-cpp:
# driver: local
name: "${ARCH}-alpine-${HOST_COMPILER}-${COMPILER}-cache"
driver_opts:
type: "tmpfs"
type: "none"
o: "bind"
device: "${CACHE}${ARCH}-alpine-${HOST_COMPILER}-${COMPILER}-cache"

# Define basic rules for ccache used across multiple services. The beauty of
Expand Down

0 comments on commit 11abb5b

Please sign in to comment.