From 9fa87ecc59ce45f0c388c2e2aa7046f8c156dcee Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Tue, 1 Apr 2025 12:25:48 +0200 Subject: [PATCH] fix --- drpc-free.yml | 4 +--- drpc.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/drpc-free.yml b/drpc-free.yml index 6da50bd0..4e26d25c 100644 --- a/drpc-free.yml +++ b/drpc-free.yml @@ -1,8 +1,6 @@ -version: '3.1' - services: dshackle-free: - image: drpcorg/dshackle:${DRPC_VERSION:-0.64.3} + image: drpcorg/dshackle:${DRPC_VERSION:-0.64.16} restart: unless-stopped volumes: - ./free_configs:/etc/dshackle diff --git a/drpc.yml b/drpc.yml index c1401ba2..072c6597 100644 --- a/drpc.yml +++ b/drpc.yml @@ -1,8 +1,6 @@ -version: '3.1' - services: dshackle: - image: drpcorg/dshackle:${DRPC_VERSION:-0.64.3} + image: drpcorg/dshackle:${DRPC_VERSION:-0.64.16} restart: unless-stopped volumes: - ./main_configs:/etc/dshackle