Skip to content

Commit

Permalink
Update shared-team-instance.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
rmdn0 authored Feb 17, 2025
1 parent b1036a9 commit c9aa519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/install/shared-team-instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We will use Docker to run the Athens proxy, so first make sure you have Docker [

## Selecting a Storage Provider

Athens currently supports a number of storage drivers. For local, use we recommend starting with the local disk provider. For other providers, please see [the Storage Provider documentation](/configuration/storage).
Athens currently supports a number of storage drivers. For local use we recommend starting with the local disk provider. For other providers, please see [the Storage Provider documentation](/configuration/storage).


## Running Athens with Local Disk Storage
Expand Down Expand Up @@ -48,7 +48,7 @@ docker run -d -v "$($env:ATHENS_STORAGE):/var/lib/athens" `

Note: if you have not previously mounted this drive with Docker for Windows, you may be prompted to allow access

Athens should now be running as a Docker container with the local directory, `athens-storage` mounted as a volume. When Athens retrieves the modules, they will be will be stored in the directory previously created. First, let's verify that Athens is running:
Athens should now be running as a Docker container with the local directory, `athens-storage` mounted as a volume. When Athens retrieves the modules, they will be stored in the directory previously created. First, let's verify that Athens is running:

```console
$ docker ps
Expand Down

0 comments on commit c9aa519

Please sign in to comment.