Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PoloLacoste authored Oct 20, 2022
1 parent 25e1839 commit da8a75e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Docker image avalaible at [r6-api](https://hub.docker.com/repository/docker/polo
## Docker

```bash
docker run --name r6-api -e EMAIL=EMAIL -e PASSWORD=PASSWORD -e PORT=3000 -p 3000:3000 -d pololacoste/r6-api
docker run --name r6-api -e EMAIL=UBISOFT_EMAIL -e PASSWORD=UBISOFT_PASSWORD -e PORT=3000 -p 3000:3000 -d pololacoste/r6-api
```

## Docker compose
Expand All @@ -23,8 +23,8 @@ r6-api:
image: pololacoste/r6-api
container_name: r6-api
environment:
- EMAIL=${EMAIL}
- PASSWORD=${PASSWORD}
- EMAIL=${UBISOFT_EMAIL}
- PASSWORD=${UBISOFT_PASSWORD}
- PORT=3000
ports:
- 3000:3000
Expand Down

0 comments on commit da8a75e

Please sign in to comment.