Initial commit - added all docker compose immediately reachable
This commit is contained in:
14
freshrss/docker-compose.yml
Normal file
14
freshrss/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
freshrss:
|
||||
image: lscr.io/linuxserver/freshrss:latest
|
||||
container_name: freshrss
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Bucharest
|
||||
- HTTP_PROXY=127.0.0.1:9050
|
||||
volumes:
|
||||
- ./config:/config
|
||||
ports:
|
||||
- 127.0.0.1:8011:80
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user