From 7d96c3dbbf47b887055156f16a57e4ba78b1f11c Mon Sep 17 00:00:00 2001 From: mia0x75 Date: Thu, 9 May 2024 11:16:41 +0800 Subject: [PATCH] chore(deps): migrate to firezmc/dosgame-web-docker docker tag to v3.9.6 (#1376) --- dosgame/{latest => v3.9.6}/data.yml | 0 dosgame/{latest => v3.9.6}/docker-compose.yml | 8 +++----- 2 files changed, 3 insertions(+), 5 deletions(-) rename dosgame/{latest => v3.9.6}/data.yml (100%) rename dosgame/{latest => v3.9.6}/docker-compose.yml (61%) diff --git a/dosgame/latest/data.yml b/dosgame/v3.9.6/data.yml similarity index 100% rename from dosgame/latest/data.yml rename to dosgame/v3.9.6/data.yml diff --git a/dosgame/latest/docker-compose.yml b/dosgame/v3.9.6/docker-compose.yml similarity index 61% rename from dosgame/latest/docker-compose.yml rename to dosgame/v3.9.6/docker-compose.yml index 835d41a00..1880f12fb 100644 --- a/dosgame/latest/docker-compose.yml +++ b/dosgame/v3.9.6/docker-compose.yml @@ -1,18 +1,16 @@ services: dosgame: container_name: ${CONTAINER_NAME} - image: oldiy/dosgame-web-docker:latest + image: firezmc/dosgame-web-docker:v3.9.6 restart: always networks: - 1panel-network ports: - - ${PANEL_APP_PORT_HTTP}:262 + - ${PANEL_APP_PORT_HTTP}:8090 volumes: - - dosgame_data:/app/static/games + - ./data/games_storage:/games_storage labels: createdBy: "Apps" -volumes: - dosgame_data: networks: 1panel-network: external: true