feat: update arcane 1.0.1

This commit is contained in:
arch3rPro
2025-09-11 05:30:22 +08:00
parent 295a1459b9
commit 14226a22ea
2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
services:
arcane:
image: ghcr.io/ofkm/arcane:v0.15.1
image: ghcr.io/ofkm/arcane:v1.0.1
container_name: ${CONTAINER_NAME}
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
- ${PANEL_APP_PORT_HTTP}:3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/app/data
@@ -15,4 +15,4 @@ services:
restart: always
networks:
1panel-network:
external: true
external: true