[add] saxon
This commit is contained in:
parent
b92edfdedc
commit
f2f1465785
6 changed files with 41 additions and 24 deletions
|
|
@ -0,0 +1,18 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
vscode-basex:
|
||||
image: vscode-basex
|
||||
build: .
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/London
|
||||
- SUDO_PASSWORD=password #optional
|
||||
- SUDO_PASSWORD_HASH= #optional
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
ports:
|
||||
- 8444:8443
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue