Skip to content

Commit

Permalink
chore: Replace an old reference to quay.io
Browse files Browse the repository at this point in the history
  • Loading branch information
danny6167 committed Sep 11, 2024
1 parent acaa6c9 commit ce4cc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/admin/eggs/new.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<div class="col-sm-6">
<div class="form-group">
<label for="pDockerImage" class="control-label">Docker Images</label>
<textarea id="pDockerImages" name="docker_images" rows="4" placeholder="quay.io/pterodactyl/service" class="form-control">{{ old('docker_images') }}</textarea>
<textarea id="pDockerImages" name="docker_images" rows="4" placeholder="ghcr.io/pterodactyl/yolks" class="form-control">{{ old('docker_images') }}</textarea>
<p class="text-muted small">The docker images available to servers using this egg. Enter one per line. Users will be able to select from this list of images if more than one value is provided.</p>
</div>
<div class="form-group">
Expand Down

0 comments on commit ce4cc66

Please sign in to comment.