From 12bb7a5b1ea99fc72288a83141676992855bbba7 Mon Sep 17 00:00:00 2001 From: aptalca Date: Sun, 9 Feb 2020 11:28:16 -0500 Subject: [PATCH] modlist: add code-server-docker --- mod-list.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod-list.yml b/mod-list.yml index 7fd64cbb..d32c1e9a 100644 --- a/mod-list.yml +++ b/mod-list.yml @@ -1,7 +1,8 @@ mods: code-server: - mod_count: 3 + mod_count: 4 container_mods: + - docker: https://github.com/linuxserver/docker-mods/tree/code-server-docker - nodejs: https://github.com/linuxserver/docker-mods/tree/code-server-nodejs - python2: https://github.com/linuxserver/docker-mods/tree/code-server-python2 - python3: https://github.com/linuxserver/docker-mods/tree/code-server-python3