Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

Commit

Permalink
update(): selfoss 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
hardware committed Mar 10, 2018
1 parent fc8d6e3 commit 1dd2172
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM alpine:3.7
LABEL description "Multipurpose rss reader, live stream, mashup, aggregation web application" \
maintainer="Hardware <[email protected]>"

ARG VERSION=2.17
ARG SHA256_HASH="5c880fe79326c0e584be21faeaebe805fac792f2c56b7fd5144584e5137a608d"
ARG VERSION=2.18
ARG SHA256_HASH="0b3d46b0b25170f99e3e29c9fc6a2e5235b0449fecbdad902583c919724aa6ed"

ENV GID=991 UID=991 CRON_PERIOD=15m

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ The new multipurpose rss reader, live stream, mashup, aggregation web applicatio

- Lightweight & secure image (no root process)
- Based on Alpine Linux
- Latest Selfoss version (2.17)
- Latest Selfoss version (2.18)
- SQLite driver
- With Nginx and PHP7

### Build-time variables

- **VERSION** = selfoss version (default: **2.17**)
- **VERSION** = selfoss version
- **SHA256_HASH** = SHA256 hash of selfoss archive

### Ports
Expand Down
3 changes: 2 additions & 1 deletion rootfs/etc/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@ http {

location ~* \.php$ {
try_files $uri =404;
include /etc/nginx/fastcgi_params;
fastcgi_index index.php;
fastcgi_pass unix:/tmp/php-fpm.sock;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include /etc/nginx/fastcgi_params;
fastcgi_param SERVER_NAME $host;
}

}
Expand Down

0 comments on commit 1dd2172

Please sign in to comment.