Skip to content

Commit

Permalink
update docker image to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
nanjiangshu committed Aug 2, 2023
1 parent ec4bd0d commit d9d8b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-local.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.0'
services:
shinynbis:
image: nanjiang/shinynbis
image: ghcr.io/nbisweden/shinynbis:latest
container_name: shinynbis
volumes:
- ./web:/srv/shiny-server
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
# Spin up a Shiny docker
shinymain:
restart: always
image: nanjiang/shinynbis
image: ghcr.io/nbisweden/shinynbis:latest
container_name: shinymain
expose:
- "3838"
Expand Down

0 comments on commit d9d8b27

Please sign in to comment.