blob: a9d4f23f8ba75c915e05f03a2b50e0678ac752f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
services:
nginx-fpm-alpine:
image: privatebin/nginx-fpm-alpine:2.0.0
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: {}
|