1
0

Update linuxserver/code-server Docker tag to v4.103.1 (#1270)

This commit is contained in:
renovate[bot]
2025-08-16 18:06:24 +08:00
committed by GitHub
parent 74ae2f4a28
commit 7ebe6cead4
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
services:
code:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8443"
volumes:
- "${DATA_PATH}:/config"
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Shanghai
- PASSWORD=${WEB_PASSWORD}
- SUDO_PASSWORD=${SUDO_PASSWORD}
- DEFAULT_WORKSPACE=/config/workspace
image: linuxserver/code-server:4.103.1
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true