Skip to content

Commit

Permalink
Update docker compose
Browse files Browse the repository at this point in the history
Update to new trackmania image, and likewise evosc_sharp.
  • Loading branch information
flaeri committed Sep 28, 2024
1 parent ede6232 commit c4d21e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
trackmania:
image: evotm/trackmania
image: evoesports/trackmania
restart: always
ports:
- 2350:2350/udp
Expand All @@ -21,7 +21,7 @@ services:
- POSTGRES_DB=evosc_sharp

evosc_sharp:
image: evoscsharp:latest
image: evoesports/evosc-sharp:latest
restart: always
depends_on:
- trackmania
Expand Down

0 comments on commit c4d21e5

Please sign in to comment.