From b975997652ace7b7f66ccee6b6ff6c2bd9d9d169 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 19 Jul 2023 16:06:27 +0200 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf7ceb0..e5aae9f 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Therefore you need version: "3.8" services: arkanum: - image: gitea.ocram85.com/codeserver/arkanum:0.2.0 + image: gitea.ocram85.com/codeserver/arkanum:0.4.0 environment: - PUID=1000 - PGID=1000 @@ -77,10 +77,11 @@ services: volumes: # store workspace and use config in volume. - codedata:/config + # mount docker socket to manage host docker + - /var/run/docker.sock:/var/run/docker.sock # no need to expose the port. traefik acts as reverse proxy and handles the https access. #ports: # - 8443:8443 - restart: unless-stopped networks: - arkanum-sphere - traefik-public @@ -106,7 +107,7 @@ See their [docs](https://github.com/linuxserver/docker-code-server#parameters) a version: "3.8" services: arkanum: - image: gitea.ocram85.com/codeserver/arkanum:0.2.0 + image: gitea.ocram85.com/codeserver/arkanum:0.4.0 container_name: code-server environment: - PUID=1000