This website works better with JavaScript.
Explore
Help
Sign In
neingeist
/
ttrss-docker-compose
mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
Watch
1
Star
0
Fork
You've already forked ttrss-docker-compose
0
Code
Issues
Releases
Wiki
Activity
switch base image to alpine 3.14
Browse Source
testing-php81
Andrew Dolgov
3 years ago
parent
bd0c7ebf0e
commit
d9b96dc114
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
app/Dockerfile
Unescape
Escape
View File
@ -1,4 +1,4 @@
FROM
alpine:3.1
3
FROM
alpine:3.1
4
EXPOSE
9000/tcp
EXPOSE
9000/tcp
ENV
SCRIPT_ROOT
=
/opt/tt-rss
ENV
SCRIPT_ROOT
=
/opt/tt-rss
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
neingeist/ttrss-docker-compose
Title
Body
Create Issue