ProProxy / test /docker_secrets_test /docker-compose.yml
Mythus's picture
Upload 11 files
5b70894 verified
raw
history blame contribute delete
425 Bytes
version: "3"
services:
proton-privoxy:
image: walt3rl/proton-privoxy:0.4.2-dev
container_name: proton-privoxy
environment:
- PVPN_USERNAME_FILE=/test/creds/username
- PVPN_PASSWORD_FILE=/test/creds/password
volumes:
- /etc/localtime:/etc/localtime:ro
- .:/test
ports:
- 8888:8080
restart: unless-stopped
devices:
- /dev/net/tun
cap_add:
- NET_ADMIN