You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
278 B
YAML

version: "2"
services:
ilib:
image: cgrima/i-librarian:5.11.1
hostname: ilib
container_name: ilib
restart: unless-stopped
ports:
- "80:80"
volumes:
- ./data:/app/data
- ./configs:/app/config
- /etc/localtime:/etc/localtime:ro