🔧 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" - "80:80"
volumes: volumes:
- type: bind - type: bind
source: ./proxy.conf source: ./proxy.conf
target: /etc/nginx/conf.d/default.conf target: /etc/nginx/conf.d/default.conf
rabbitmq: rabbitmq:
image: 'bitnami/rabbitmq:latest' image: 'bitnami/rabbitmq:latest'