Skip to content

Commit 62124a0

Browse files
committed
fix: use docker compose instead of docker-compose
1 parent e671bd5 commit 62124a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provision-enterprise-access.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euf -o pipefail
55
name="enterprise-access"
66
port="18270"
77

8-
docker-compose up -d $name lms
8+
docker compose up -d $name lms
99

1010
echo -e "${GREEN}Installing requirements for ${name}...${NC}"
1111
docker compose exec -T ${name} bash -e -c 'cd /edx/app/enterprise-access && make requirements' -- "$name"

0 commit comments

Comments
 (0)