1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-30 00:34:59 +08:00
1Panel-Appstore/opengist/1.10.0/docker-compose.yml
renovate[bot] ed604cae7e chore(deps): update ghcr.io/thomiceli/opengist docker tag to v1.10.0 (#3638)
* chore(deps): update ghcr.io/thomiceli/opengist docker tag to v1.10.0

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2025-04-09 22:44:23 +08:00

16 lines
341 B
YAML

services:
opengist:
image: ghcr.io/thomiceli/opengist:1.10.0
container_name: ${CONTAINER_NAME}
restart: unless-stopped
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:6157
volumes:
- ./data:/opengist
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true