You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
# so changing it will give you a separate set of databases.
31
31
# See https://docs.docker.com/compose/reference/envvars/#compose_project_name
32
32
# If OPENEDX_RELAESE is defined, defaults to `devstack-${OPENEDX_RELEASE}`;
33
-
# otherwise, it defaults to `devstack`.
33
+
# otherwise, it defaults to `devstack`. Any periods will be replaced with hyphens to comply with docker project naming rules (eg `devstack-quince.master` will become `devstack-quince-master`).
34
34
# Be sure to bring down services before changing the value of `COMPOSE_PROJECT_NAME`.
0 commit comments