Skip to content

Commit afd306c

Browse files
authored
Replace an old reference to quay.io (#5210)
1 parent 0e6b739 commit afd306c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/views/admin/eggs/new.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<div class="col-sm-6">
6565
<div class="form-group">
6666
<label for="pDockerImage" class="control-label">Docker Images</label>
67-
<textarea id="pDockerImages" name="docker_images" rows="4" placeholder="quay.io/pterodactyl/service" class="form-control">{{ old('docker_images') }}</textarea>
67+
<textarea id="pDockerImages" name="docker_images" rows="4" placeholder="ghcr.io/pterodactyl/yolks" class="form-control">{{ old('docker_images') }}</textarea>
6868
<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>
6969
</div>
7070
<div class="form-group">

0 commit comments

Comments
 (0)