Skip to content

Commit

Permalink
cd: drop dockerhub images,migrate to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
scbizu committed Oct 15, 2021
1 parent ec6fb98 commit fb95a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
AstralCommandService:
image: scnace/astral:latest
image: ghcr.io/scbizu/astral:master
container_name: command_service
restart: always
ports:
Expand All @@ -14,7 +14,7 @@ services:
- -c
- "/Astral/astral service Command\n"
AstralSC2EventInfo:
image: scnace/astral:latest
image: ghcr.io/scbizu/astral:master
container_name: starcraft2_event
restart: always
environment:
Expand Down

0 comments on commit fb95a36

Please sign in to comment.