Skip to content

Commit

Permalink
Update Docker run command in README to use port 8080 for frontend con…
Browse files Browse the repository at this point in the history
…tainer
  • Loading branch information
EliasDeHondt committed Jan 19, 2025
1 parent 5420eef commit e21fa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Please also see following documents:
- Pull the latest image and run the container
```bash
sudo docker pull ghcr.io/eliasdh-com/eliasdhcom-frontend:latest
sudo docker run --name eliasdhcom-frontend-container -p 80:80 -d ghcr.io/eliasdh-com/eliasdhcom-frontend:latest
sudo docker run --name eliasdhcom-frontend-container -p 8080:8080 -d ghcr.io/eliasdh-com/eliasdhcom-frontend:latest
```

- Check the logs
Expand Down

0 comments on commit e21fa47

Please sign in to comment.