diff --git a/APKBUILD b/APKBUILD index 7150b35..8e596d6 100644 --- a/APKBUILD +++ b/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: LinuxSquare pkgname=pterodactyl-panel-compose pkgver=1.11.10 -pkgrel=1 +pkgrel=2 pkgdesc="The Pterodactyl Panel" arch="x86_64" url="https://pterodactyl.io/" diff --git a/pterodactyl-panel-compose.initd.in b/pterodactyl-panel-compose.initd.in index 4f5909d..45bbe53 100644 --- a/pterodactyl-panel-compose.initd.in +++ b/pterodactyl-panel-compose.initd.in @@ -9,8 +9,8 @@ command_args="start $(ip a | grep "state UP" -A2 | grep inet | awk '{$1=$1};1 {s depend() { need net - after podman - need podman + after docker + need docker } stop() {