mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 00:07:59 +08:00
修复
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
d47c682870
commit
6deba9bcbe
@ -3,7 +3,7 @@ networks:
|
||||
external: true
|
||||
|
||||
services:
|
||||
app_name:
|
||||
cyberchef:
|
||||
image: ghcr.io/gchq/cyberchef:10.19.4
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
|
@ -2,16 +2,16 @@ networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
app_name:
|
||||
cyberchef:
|
||||
container_name: cyberchef
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/gchq/cyberchef:10.19.4
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
restart: always
|
||||
|
@ -2,16 +2,16 @@ networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
app_name:
|
||||
cyberchef:
|
||||
container_name: cyberchef
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/gchq/cyberchef:10.19.4
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
restart: always
|
||||
|
Loading…
x
Reference in New Issue
Block a user