mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 06:27:57 +08:00
chore(deps): migrate to firezmc/dosgame-web-docker docker tag to v3.9.6 (#1376)
This commit is contained in:
parent
842bf341c8
commit
8ff0f84c63
@ -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
|
Loading…
x
Reference in New Issue
Block a user