🐳 Volume mapping debugging

This commit is contained in:
2021-10-13 17:45:47 -07:00
parent 809b753b41
commit b2bcfd5422

View File

@@ -117,7 +117,9 @@ services:
ports:
- "80:80"
volumes:
- ${PWD}/proxy.conf:/etc/nginx/conf.d/default.conf
- type: bind
source: ./proxy.conf
target: /etc/nginx/conf.d/default.conf
rabbitmq:
image: 'bitnami/rabbitmq:latest'