Skip to content

Commit

Permalink
clean-up README.md more
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tordoff committed Aug 30, 2024
1 parent cf97163 commit 53d8fb8
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README-docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,11 @@

#### Special Instructions for Apple Chipset (M1, M2, etc.) and other ARM64 architecture

* _NOTE: The `elasticsearch`, `elasticsearch6`, and `sharejs` containers are incompatible with ARM64._
* _NOTE: The default `elasticsearch`, `elasticsearch6`, and `sharejs` containers are incompatible with ARM64._

- To run `elasticsearch6` on ARM64 architecture:

- Copy `docker-compose-dist-arm64.override.yml` into your `docker-compose.override.yml` file

- Running containers with docker compose

Expand All @@ -120,16 +124,6 @@
SEARCH_ENGINE = None
```

- Building the Docker image

- If you wish to use an OSF image other than the latest `develop-arm64`:
- Build the image
```bash
cd <path-to-osf.io>
git checkout <master|develop|etc>
docker buildx build --platform linux/arm64 -t osf:<branch>-arm64 .
```

## Application Runtime

* _NOTE: Running docker containers detached (`-d`) will execute them in the background, if you would like to view/follow their console log output use the following command._
Expand Down

0 comments on commit 53d8fb8

Please sign in to comment.