mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
@@ -3,7 +3,7 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app_name:
|
cyberchef:
|
||||||
image: ghcr.io/gchq/cyberchef:10.19.4
|
image: ghcr.io/gchq/cyberchef:10.19.4
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@@ -2,16 +2,16 @@ networks:
|
|||||||
1panel-network:
|
1panel-network:
|
||||||
external: true
|
external: true
|
||||||
services:
|
services:
|
||||||
app_name:
|
cyberchef:
|
||||||
container_name: cyberchef
|
container_name: cyberchef
|
||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
image: ghcr.io/gchq/cyberchef:10.19.4
|
image: ghcr.io/gchq/cyberchef:10.19.4
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:80
|
- ${PANEL_APP_PORT_HTTP}:80
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
@@ -2,16 +2,16 @@ networks:
|
|||||||
1panel-network:
|
1panel-network:
|
||||||
external: true
|
external: true
|
||||||
services:
|
services:
|
||||||
app_name:
|
cyberchef:
|
||||||
container_name: cyberchef
|
container_name: cyberchef
|
||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
image: ghcr.io/gchq/cyberchef:10.19.4
|
image: ghcr.io/gchq/cyberchef:10.19.4
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:80
|
- ${PANEL_APP_PORT_HTTP}:80
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user