You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

322 B

wahay docker

RUN

Needs docker and docker-compose

Enable local perm X11 to docker

xhost +"local:docker@"

Add your local user UID and GID in the .env file:

echo "UID=${UID}" > .env
echo "GID=${UID}" >> .env

Execute with compose

docker-compose up -d

License

MIT