18 lines
335 B
YAML
18 lines
335 B
YAML
services:
|
|
audiobookshelf:
|
|
# image: placeholder/image:latest
|
|
container_name: audiobookshelf
|
|
restart: unless-stopped
|
|
# environment:
|
|
# - TZ=America/Toronto
|
|
# volumes:
|
|
# - ./data:/config
|
|
# ports:
|
|
# - "8080:8080"
|
|
# networks:
|
|
# - homelab-net
|
|
|
|
networks:
|
|
homelab-net:
|
|
external: true
|