Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Mar 19, 2024
1 parent ad90bef commit 1ed1796
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ First create `.env` file with `COMPOSE_PROJECT_NAME=minicrawler` then build dock

```shell
docker compose build minicrawler
docker compose run minicrawler
docker compose run --rm minicrawler
```

Then run:
Expand Down
6 changes: 3 additions & 3 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ services:
ports:
- "80:80"

# docker compose build minicrawler
# docker compose run minicrawler
# docker compose build minicrawler
# docker compose run minicrawler
minicrawler:
tty: true
build: etc/minicrawler
build: .docker/minicrawler
environment:
- ENVNAME=dev
- HTTPBIN_URL=http://httpbin:80
Expand Down

0 comments on commit 1ed1796

Please sign in to comment.