Añadido ShokoServer
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
shoko_server:
|
||||
shm_size: 256m
|
||||
container_name: ShokoServer
|
||||
image: ghcr.io/shokoanime/server:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- "PUID=1000"
|
||||
- "PGID=1000"
|
||||
- "TZ=Europe/Madrid"
|
||||
ports:
|
||||
- "8111:8111"
|
||||
volumes:
|
||||
- "./shoko-config:/home/shoko/.shoko"
|
||||
- "/tu/biblioteca/de/anime:/mnt/anime"
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: Shoko_NET
|
||||
Reference in New Issue
Block a user