Commit ff5071b0 by Clinton Blackburn Committed by Clinton Blackburn

Updated Docker Compose files to be compatible with version 3

parent b4c339f1
version: "2.1" version: "3"
services: services:
credentials: credentials:
......
version: "2.1" version: "3"
services: services:
marketing: marketing:
......
version: "2.1" version: "3"
services: services:
marketing: marketing:
......
version: "2.1" version: "3"
services: services:
lms: lms:
......
version: "2.1" version: "3"
services: services:
credentials: credentials:
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# - Every service's container name should be prefixed with "edx.devstack." to avoid conflicts with other containers # - Every service's container name should be prefixed with "edx.devstack." to avoid conflicts with other containers
# that might be running for the same service. # that might be running for the same service.
version: "2.1" version: "3"
services: services:
# Third-party services # Third-party services
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment