Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks committed Dec 6, 2024
2 parents a027f74 + 77d2f0a commit a63fdba
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 a63fdba

Please sign in to comment.