Skip to content

Commit

Permalink
Update docker compose to use ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhelms committed Nov 15, 2023
1 parent 48205fa commit 6953c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
obspi:
container_name: "obspi"
image: "registry.local.sdso.space/obspi:latest"
image: "ghcr.io/sdsobservatory/obspi:main"
restart: unless-stopped
pull_policy: always
ports:
Expand Down

0 comments on commit 6953c7d

Please sign in to comment.