Skip to content

Commit

Permalink
Merge pull request #23 from suprovsky/patch-1
Browse files Browse the repository at this point in the history
Update docker-compose.yml
  • Loading branch information
Arie authored Dec 25, 2023
2 parents c8c3e7b + a92480b commit c3802e7
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
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
app:
image: ghcr.io/Arie/tf2_live_stats:latest
image: ghcr.io/arie/tf2_live_stats:latest
restart: always
depends_on:
- db
Expand All @@ -29,4 +29,4 @@ services:

volumes:
db_data:
redis_data:
redis_data:

0 comments on commit c3802e7

Please sign in to comment.