summaryrefslogtreecommitdiffstats
path: root/privatebin
diff options
context:
space:
mode:
Diffstat (limited to 'privatebin')
-rw-r--r--privatebin/compose.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/privatebin/compose.yaml b/privatebin/compose.yaml
new file mode 100644
index 0000000..5cb67b1
--- /dev/null
+++ b/privatebin/compose.yaml
@@ -0,0 +1,11 @@
+services:
+ nginx-fpm-alpine:
+ image: privatebin/nginx-fpm-alpine:1.7.6
+ restart: unless-stopped
+ read_only: true
+ ports:
+ - 10.0.0.1:8081:8080
+ volumes:
+ - $PWD/privatebin-data:/srv/data
+ - $PWD/conf.php:/srv/cfg/conf.php:ro
+networks: {}
manga_page.xml?h=release/3.2.4&id=cb2074fff8a4f2e090f465ae4679980f6f51af11&follow=1'>Collapse)AuthorFilesLines 2021-05-22Version changedClyhtsuriva1-2/+2 2021-05-21Graddle updated and checksum added.Clyhtsuriva4-41/+59 2021-05-20Update README.mdClyhtsuriva1-0/+8 2021-05-20Changing the version. (3.2.3)Clyhtsuriva1-2/+2 2021-05-20Adding fastlane metadata and update README.mdv3.2.2release/3.2.2Clyhtsuriva7-0/+7 2021-05-20Update README.mdClyhtsuriva1-2/+2 2021-05-19Update README.mdv3.2.1Clyhtsuriva1-1/+1 2021-05-19Update README.mdClyhtsuriva1-3/+3 2021-05-19Update README.mdClyhtsuriva1-1/+1 2021-05-19Update README.mdClyhtsuriva1-8/+10 2021-05-19Update README.mdClyhtsuriva1-1/+2 2021-05-19Update README.mdClyhtsuriva1-8/+7 2021-05-19Update README.mdrelease/3.2.1Clyhtsuriva1-6/+21 2021-05-19Big updaterelease/3.2Clyhtsuriva55-235/+193 Restructuring the packages and adding a Constants.kt for the api URL. Also adding gson in Singletons.kt 2021-05-19Update README.mdClyhtsuriva1-1/+5 2021-05-14Update README.mdClyhtsuriva1-1/+3 2021-05-14Update README.mdClyhtsuriva1-0/+23 2021-05-14Update README.md and adding logo onto the main screenrelease/3.1Clyhtsuriva2-10/+13 2021-05-14Singletons on all pages : OKClyhtsuriva6-125/+81 2021-05-14Singletons : DetailTopManga : OKClyhtsuriva2-21/+49 2021-05-14Addedd Singletons for TopManga.Clyhtsuriva3-23/+43