chore(deps): migrate to firezmc/dosgame-web-docker docker tag to v3.9.6 (#1376)

This commit is contained in:
mia0x75 2024-05-09 11:16:41 +08:00 committed by GitHub
parent 842bf341c8
commit 8ff0f84c63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View File

@ -1,18 +1,16 @@
services: services:
dosgame: dosgame:
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
image: oldiy/dosgame-web-docker:latest image: firezmc/dosgame-web-docker:v3.9.6
restart: always restart: always
networks: networks:
- 1panel-network - 1panel-network
ports: ports:
- ${PANEL_APP_PORT_HTTP}:262 - ${PANEL_APP_PORT_HTTP}:8090
volumes: volumes:
- dosgame_data:/app/static/games - ./data/games_storage:/games_storage
labels: labels:
createdBy: "Apps" createdBy: "Apps"
volumes:
dosgame_data:
networks: networks:
1panel-network: 1panel-network:
external: true external: true