Update install_code.yaml

This commit is contained in:
David Rotermund 2024-04-26 16:21:33 +02:00 committed by GitHub
parent df0eb6a973
commit b2ff65761d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,12 +37,9 @@
name: code-server name: code-server
image: lscr.io/linuxserver/code-server:latest image: lscr.io/linuxserver/code-server:latest
state: started state: started
recreate: no recreate: yes
restart_policy: always restart_policy: always
# published_ports:
# - "80:8443/tcp"
volumes: volumes:
- "code_data:/config" - "code_data:/config"