Skip to content

Commit

Permalink
fix: use new org for docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka committed Dec 16, 2024
1 parent 0f70ecb commit 6a19699
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,6 +1,6 @@
services:
hyperion-proxy:
image: ghcr.io/andrewgazelka/hyperion/hyperion-proxy:latest
image: ghcr.io/hyperion-mc/hyperion/hyperion-proxy:latest
ports:
- "25565:25565"
command: [ "--server", "tag:35565", "0.0.0.0:25565" ]
Expand All @@ -12,7 +12,7 @@ services:
depends_on:
- tag
tag:
image: ghcr.io/andrewgazelka/hyperion/tag:latest
image: ghcr.io/hyperion-mc/hyperion/tag:latest
ports:
- "27750:27750"
expose:
Expand Down

0 comments on commit 6a19699

Please sign in to comment.