update: add OliveTin

This commit is contained in:
bjoernellens1 2023-11-30 09:16:57 +01:00 committed by GitHub
parent 60e73dde6e
commit 35b108bf31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,6 +133,15 @@ services:
devices:
- /dev/dri:/dev/dri
config:
container_name: olivetin
image: jamesread/olivetin
volumes:
- ./config/olivetin.yaml:/config # replace host path or volume as needed
ports:
- "88:1337"
restart: unless-stopped
################################################################################################################################
# This section is mostly for supervision from PC #
################################################################################################################################