1
0

chore(deps): update ghcr.io/ofkm/arcane docker tag to v1.7.2 (#2335)

This commit is contained in:
renovate[bot]
2025-11-02 10:10:25 +00:00
committed by GitHub
parent 508995afac
commit 526b07d3e4
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
services:
arcane:
image: ghcr.io/ofkm/arcane:v1.7.2
container_name: ${CONTAINER_NAME}
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/app/data
environment:
- APP_ENV=production
- PUID=2000
- PGID=2000
- PUBLIC_SESSION_SECRET=${PUBLIC_SESSION_SECRET}
restart: always
networks:
1panel-network:
external: true