This commit is contained in:
Jarosław Karcewicz 2022-04-07 13:02:47 +02:00
parent f54881c096
commit 5067823b61

View File

@ -0,0 +1,16 @@
version: '3.3'
services:
linuxserver:
container_name: codeserver
ports:
- '5555:8443'
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Warsaw
- PASSWORD=Zaq12wsx
- PROXY_DOMAIN=codeserver.adminakademia.pl
volumes:
- '/docker/codeserver:/config'
restart: always
image: ghcr.io/linuxserver/code-server