image: repository: ghcr.io/linuxserver/openvscode-server pullPolicy: IfNotPresent tag: 1.101.2@sha256:3d87770d8e8461e3c0678a648bf85667ede577f00ab77866237f45cfe4a01adb # secretEnv: # CONNECTION_TOKEN: "somerandomstring" # CONNECTION_SECRET: "" # SUDO_PASSWORD: "" service: main: ports: main: targetPort: 3000 port: 10135 persistence: config: enabled: true mountPath: "/config" varrun: enabled: true securityContext: container: runAsNonRoot: false readOnlyRootFilesystem: false runAsUser: 0 runAsGroup: 0