Aggiunto file docker compose
This commit is contained in:
23
freshrss/docker-compose.yml
Normal file
23
freshrss/docker-compose.yml
Normal file
@ -0,0 +1,23 @@
|
||||
services:
|
||||
|
||||
freshrss:
|
||||
image: freshrss/freshrss:latest
|
||||
container_name: freshrss
|
||||
hostname: freshrss
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
options:
|
||||
max-size: 10m
|
||||
volumes:
|
||||
- data:/var/www/FreshRSS/data
|
||||
- extensions:/var/www/FreshRSS/extensions
|
||||
ports:
|
||||
# If you want to open a port 8080 on the local machine:
|
||||
- "3004:80"
|
||||
environment:
|
||||
TZ: Europe/Rome
|
||||
CRON_MIN: '3,33'
|
||||
|
||||
volumes:
|
||||
data:
|
||||
extensions:
|
Reference in New Issue
Block a user