Skip to content

Commit

Permalink
replace exec with run
Browse files Browse the repository at this point in the history
  • Loading branch information
pindge committed May 31, 2022
1 parent 34a5d2e commit 1676210
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
docker-compose up -d
- name: work around permission issue
run: docker-compose exec explorer \
run: docker-compose run explorer \
git config --global --add safe.directory /code

- name: Run linting
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
ENVIRONMENT: deployment
ports:
- 80:8080
- 81:8080
environment:
# - DB_HOSTNAME=host.docker.internal
- DB_HOSTNAME=postgres
Expand All @@ -29,7 +29,7 @@ services:
- POSTGRES_PASSWORD=opendatacubepassword
- POSTGRES_USER=opendatacube
ports:
- 5432:5432
- 5431:5432
restart: always

# Needed for testing HTTPS
Expand Down

0 comments on commit 1676210

Please sign in to comment.