Skip to content

Commit

Permalink
Changed docker image to ghcr (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tr1ckyf0x committed Jul 21, 2024
1 parent 1b077e3 commit 8f67948
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,14 @@ docker build -t watch_together .
docker run -d watch_together
```

or

```bash
docker run -d ghcr.io/gpont/watch_together:latest
```

### Docker compose

```bash
docker compose up -d --build
docker compose up -d
```
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
services:
watch-together:
container_name: watch-together
image: watch-together:latest
build:
context: .
image: ghcr.io/gpont/watch_together:latest
volumes:
- db:/usr/app/db
restart: unless-stopped
Expand Down

0 comments on commit 8f67948

Please sign in to comment.