Added OpenAudible
This commit is contained in:
12
apps/openaudible/docker-compose.yaml
Normal file
12
apps/openaudible/docker-compose.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
openaudible:
|
||||
volumes:
|
||||
- '${ROOTPATH}:/root/OpenAudible'
|
||||
ports:
|
||||
- '3000:3000'
|
||||
environment:
|
||||
PGID: '1000'
|
||||
PUID: '1000'
|
||||
container_name: openaudible
|
||||
image: 'openaudible/openaudible:latest'
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user