🐳 Volume mapping debugging
This commit is contained in:
@@ -117,7 +117,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ${PWD}/proxy.conf:/etc/nginx/conf.d/default.conf
|
- type: bind
|
||||||
|
source: ./proxy.conf
|
||||||
|
target: /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
image: 'bitnami/rabbitmq:latest'
|
image: 'bitnami/rabbitmq:latest'
|
||||||
|
|||||||
Reference in New Issue
Block a user