Skip to content

Commit

Permalink
Update Docker hub repository (now ourshoppinglist/our-shopping-list)
Browse files Browse the repository at this point in the history
  • Loading branch information
nanawel committed Mar 29, 2024
1 parent fd1d085 commit d7f4fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ docker run --detach \
--name our-shopping-list \
--link mymongo:mongodb \
--publish 80:8080 \
nanawel/our-shopping-list
ourshoppinglist/our-shopping-list
```
### 🐋 With `docker-compose`
Expand Down
2 changes: 1 addition & 1 deletion doc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.2'

services:
app:
image: nanawel/our-shopping-list:latest
image: ourshoppinglist/our-shopping-list:latest
restart: always
ports:
- '8080:8080'
Expand Down

0 comments on commit d7f4fa7

Please sign in to comment.