docker-samples/privatebin_cloudflare/docker-compose.yml

18 lines
299 B
YAML
Raw Normal View History

2024-11-02 20:09:56 +00:00
version: "3.7"
services:
tunnel:
image: cloudflare/cloudflared
command: tunnel --no-autoupdate run
restart: unless-stopped
env_file: .env
privatebin:
image: privatebin/fs
restart: always
volumes:
- ./data:/srv/data
- ./conf.php:/srv/cfg/conf.php:ro