appstore-1panel/apps/filecodebox/2.0/docker-compose.yml

11 lines
227 B
YAML
Raw Normal View History

version: "3"
services:
filecodebox:
image: lanol/filecodebox:beta
container_name: ${CONTAINER_NAME}
restart: always
volumes:
- /opt/FileCodeBox/:/app/data
ports:
- ${PANEL_APP_PORT_HTTP}:12345