removed yaml

This commit is contained in:
cody conder
2025-11-27 19:53:08 -06:00
parent 26576c272c
commit 0510171496

View File

@@ -1,12 +0,0 @@
services:
openaudible:
volumes:
- '${ROOTPATH}:/root/OpenAudible'
ports:
- '3000:3000'
environment:
PGID: '1000'
PUID: '1000'
container_name: openaudible
image: 'openaudible/openaudible:latest'
restart: unless-stopped