Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks authored Dec 6, 2024
1 parent 83e3b52 commit 77d2f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Start by creating a file named `docker-compose.yml`. Add the content below.
```yml
services:
backend:
image: loudbook/pastebook-backend:latest
image: ghcr.io/loudbook/pastebook-backend:latest
ports:
- "8080:8080"
environment:
Expand All @@ -29,7 +29,7 @@ services:
- pastebook-network

frontend:
image: loudbook/pastebook-frontend:latest
image: ghcr.io/loudbook/pastebook-frontend:latest
ports:
- "3000:3000"
depends_on:
Expand Down

0 comments on commit 77d2f0a

Please sign in to comment.