Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore(docker): Use GHCR instead of Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis Lehmann committed Mar 18, 2021
1 parent 45ac5f3 commit 5a4a2d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
apiclient:
image: cludch/csgo-tools:latest
image: ghcr.io/cludch/csgo-tools/csgo-tools:latest
command: "apiclient"
container_name: apiclient
restart: unless-stopped
Expand All @@ -12,7 +12,7 @@ services:
- ./configs:/app/configs

demodownloader:
image: cludch/csgo-tools:latest
image: ghcr.io/cludch/csgo-tools/csgo-tools:latest
command: "demodownloader"
container_name: demodownloader
restart: unless-stopped
Expand All @@ -23,7 +23,7 @@ services:
- ./configs:/app/configs

gameclient:
image: cludch/csgo-tools:latest
image: ghcr.io/cludch/csgo-tools/csgo-tools:latest
command: "gameclient"
container_name: gameclient
restart: unless-stopped
Expand All @@ -34,7 +34,7 @@ services:
- ./configs:/app/configs

demoparser:
image: cludch/csgo-tools:latest
image: ghcr.io/cludch/csgo-tools/csgo-tools:latest
command: "demoparser"
container_name: demoparser
restart: unless-stopped
Expand Down

0 comments on commit 5a4a2d4

Please sign in to comment.