Skip to content

Commit

Permalink
Fix container name in log checking instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasDeHondt committed Feb 11, 2025
1 parent 0c85ad7 commit a1acb16
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 @@ -29,7 +29,7 @@ sudo docker run --name eliasdhcom-frontend-container -p 8080:8080 -d ghcr.io/eli

- Check the logs
```bash
sudo docker logs displaylevelupbe-frontend-container
sudo docker logs eliasdhcom-frontend-container
```

- Stop and remove the existing container and image
Expand Down

0 comments on commit a1acb16

Please sign in to comment.