🔧 Fixed typo in docker-compose.yml

This commit is contained in:
2021-10-13 17:46:45 -07:00
parent b2bcfd5422
commit 4a5551a8f2

View File

@@ -118,8 +118,8 @@ services:
- "80:80"
volumes:
- type: bind
source: ./proxy.conf
target: /etc/nginx/conf.d/default.conf
source: ./proxy.conf
target: /etc/nginx/conf.d/default.conf
rabbitmq:
image: 'bitnami/rabbitmq:latest'