added xbackbone for testing

This commit is contained in:
2023-05-09 11:18:51 -05:00
parent 2a50855508
commit a790ac5a5c

View File

@@ -1,3 +1,16 @@
version: '3'
services:
xbackbone:
image: lscr.io/linuxserver/xbackbone:latest
container_name: xbackbone
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
volumes:
- ./appdata/xbackbone/config:/config
ports:
- 8687:80
- 8443:443
restart: unless-stopped