rework compose example
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
98d6a621e9
commit
41648220a8
27
README.md
27
README.md
@ -27,32 +27,7 @@ docker create \
|
||||
|
||||
### Docker Compose
|
||||
|
||||
Compatible with docker-compose v2 schemas.
|
||||
|
||||
```Yaml
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
freshrss:
|
||||
container_name: freshrss
|
||||
image: thegeeklab/freshrss:latest
|
||||
ports:
|
||||
- "80:8080"
|
||||
volumes:
|
||||
- freshrss_data:/var/www/app/data
|
||||
- freshrss_extensions:/var/www/app/extensions
|
||||
environment:
|
||||
FRESHRSS_DEFAULT_USER: admin
|
||||
FRESHRSS_DEFAULT_PASSWORD: freshrss
|
||||
FRESHRSS_API_ENABLED: "true"
|
||||
FRESHRSS_SALT: "38fd29ac5878c270bbfc3599723cd479d48c6c58"
|
||||
|
||||
volumes:
|
||||
freshrss_data:
|
||||
driver: local
|
||||
freshrss_extensions:
|
||||
driver: local
|
||||
```
|
||||
Please take a look at the [example](https://gitea.rknet.org/docker/freshrss/src/branch/main/docker-compose.yml) compose file from the git repo.
|
||||
|
||||
## Environment variables
|
||||
|
||||
|
@ -4,7 +4,7 @@ version: "3"
|
||||
services:
|
||||
freshrss:
|
||||
container_name: freshrss
|
||||
image: thegeeklab/freshrss:latest@sha256:885529ccbc6d2cb8f8ae05697a4f6752f5758b9fa44bad8bcaba8c05ded50ecf
|
||||
image: thegeeklab/freshrss
|
||||
ports:
|
||||
- "80:8080"
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user