Add new file
This commit is contained in:
parent
31f4cc681f
commit
6696c16b67
1 changed files with 11 additions and 0 deletions
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
version: '3.3'
|
||||||
|
services:
|
||||||
|
nginx-fpm-alpine:
|
||||||
|
restart: always
|
||||||
|
read_only: true
|
||||||
|
ports:
|
||||||
|
- '8055:8080'
|
||||||
|
volumes:
|
||||||
|
- /docker/privatebin-data:/srv/data
|
||||||
|
- /docker/privatebin-data/conf.php:/srv/cfg/conf.php:ro
|
||||||
|
image: privatebin/nginx-fpm-alpine:latest
|
||||||
Loading…
Reference in a new issue