Skip to content

Instantly share code, notes, and snippets.

@tomaszkubacki
Created October 4, 2022 17:46
Show Gist options
  • Save tomaszkubacki/b572dbe7345b238891866b93346ee617 to your computer and use it in GitHub Desktop.
Save tomaszkubacki/b572dbe7345b238891866b93346ee617 to your computer and use it in GitHub Desktop.
live coding env linuxserver.io
version: "2.1"
services:
code-server:
image: lscr.io/linuxserver/code-server:latest
container_name: code-server
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Warsaw
- PASSWORD=MY_SECRET_PASSWORD
- SUDO_PASSWORD=MY_SECRET_PASSWORD
- DEFAULT_WORKSPACE=/config/workspace
ports:
- 9443:8443
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment