Skip to content

Commit

Permalink
Fixed docker compose commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-asplin-met-no committed Oct 12, 2023
1 parent 8ebb9d3 commit beedfc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datastore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ docker compose ps -a

```text
docker compose down --volumes
docker compose --profile build
docker compose build
docker compose up -d
```

### Same as above, but with a safety margin of one minute in case 'current time' isn't 100% synchronized everywhere

```text
docker compose down --volumes
docker compose --profile build
docker compose build
HITIME=-60 docker compose up -d
```

Expand Down

0 comments on commit beedfc5

Please sign in to comment.