version Tag toegevoegd

This commit is contained in:
Mathijs Lermer 2021-08-17 08:08:55 +02:00
parent 8673df36fb
commit e424b1062c

View file

@ -4,7 +4,7 @@
version: "2.1"
services:
code-server:
image: linuxserver/code-server
image: linuxserver/code-server:latest
container_name: code-server
environment:
- PUID=xxxx
@ -12,7 +12,7 @@ services:
- TZ=Europe/Amsterdam
- PASSWORD=xxxxxxxxxxxx #optional
volumes:
- ./config2:/config
- ./config:/config
- /docker:/projects/docker
ports:
- 8443:8443