Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
weaponsforge committed Oct 3, 2024
1 parent 101eb92 commit 589865b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,17 @@ https://sites.google.com/view/gsites-embed-app/full-page

### Using the Pre-Built Docker Image

This project deploys the latest development Docker image to Docker Hub on the creation of new Release/Tags. It is available at:<br>
https://hub.docker.com/repository/docker/weaponsforge/gsites-components
This project deploys the latest development Docker imaged to Docker Hub on the creation of new Release/Tags. It is available at:<br>

- **client:** https://hub.docker.com/r/weaponsforge/gsites-client
- **server:** https://hub.docker.com/r/weaponsforge/gsites-server

1. Pull the pre-built development Docker image using any of the two (2) options:
- Open a terminal and run:<br>
`docker pull weaponsforge/gsites-components:latest`
```
docker pull weaponsforge/gsites-client:latest
docker pull weaponsforge/gsites-server:latest
```
- Navigate to the gsites-components root project directory, then run:<br>
`docker compose -f docker-compose.dev.yml pull`
Expand Down

0 comments on commit 589865b

Please sign in to comment.