diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a009cb26..7b548116 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Start Container - run: docker-compose -f .github/docker-compose-ci.yml up -d + run: docker compose -f .github/docker-compose-ci.yml up -d - name: Install dependencies run: | diff --git a/README.rst b/README.rst index 602ecefb..7ce38c45 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ With devstack running and this repo checked-out locally, you'll want to do the f $ make dev.pull.analyticsapi $ make dev.up.analyticsapi $ make dev.provision.analyticsapi # this will provision the DB user, run migrations, etc. - $ docker-compose restart analyticsapi # maybe necessary to reset the DB connection + $ docker compose restart analyticsapi # maybe necessary to reset the DB connection $ make analyticsapi-logs # make sure the app is running without errors