We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e5a266 + f98efd9 commit caec4a2Copy full SHA for caec4a2
1 file changed
docker-compose.yml
@@ -26,7 +26,7 @@ services:
26
condition: service_healthy
27
volumes:
28
- .:/app
29
- - bundle-data:/usr/local/bundle
+ - bundle-data-v2:/usr/local/bundle
30
- node_modules:/app/node_modules
31
# This is here to avoid rails finding stale pid-files in tmp/pids and then
32
# thinking it is already running:
@@ -55,5 +55,5 @@ services:
55
56
57
postgres-data:
58
- bundle-data:
+ bundle-data-v2:
59
node_modules:
0 commit comments