fix sample config

This commit is contained in:
Jun Kurihara 2022-07-23 02:02:43 +09:00
commit 8a2c24fb5e
No known key found for this signature in database
GPG key ID: 48ADFD173ED22B03
2 changed files with 6 additions and 5 deletions

View file

@ -15,5 +15,6 @@ services:
tty: false
privileged: true
volumes:
- ./localhost.pem:/certs/localhost.pem:ro
- ./localhost.crt:/certs/localhost.crt:ro
- ./localhost.key:/certs/localhost.key:ro
- ./config-example.toml:/etc/rpxy.toml:ro