Update install_code.yaml
This commit is contained in:
parent
df0eb6a973
commit
b2ff65761d
1 changed files with 1 additions and 4 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue