From 28140e9f5769d05e27ebade7f8421f1a811a4fdc Mon Sep 17 00:00:00 2001 From: ListinO Date: Wed, 22 Jul 2020 18:16:25 +0200 Subject: [PATCH] Fixing the docker-image Fix the bad url used for the image --- mindustry/egg-mindustry.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mindustry/egg-mindustry.json b/mindustry/egg-mindustry.json index 4af7902e..03b04394 100644 --- a/mindustry/egg-mindustry.json +++ b/mindustry/egg-mindustry.json @@ -3,11 +3,11 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2020-03-01T10:26:07-05:00", + "exported_at": "2020-07-22T18:01:10+02:00", "name": "Mindustry", - "author": "unknown@unknown.com", + "author": "liotino.yoan@gmail.com", "description": "Mindustry is a hybrid tower-defense sandbox factory game. Create elaborate supply chains of conveyor belts to feed ammo into your turrets, produce materials to use for building, and defend your structures from waves of enemies.", - "image": "quay.io\/parkervcp\/pterodactyl-image:debian_openjdk-11", + "image": "quay.io\/parkervcp\/pterodactyl-images:debian_openjdk-11", "startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar server-release.jar port {{SERVER_PORT}},name {{SERVER_NAME}},host {{MAPNAME}}", "config": { "files": "{}", @@ -51,4 +51,4 @@ "rules": "required|string" } ] -} \ No newline at end of file +}