diff --git a/.env.sample b/.env.sample index ba5a198..c54a138 100644 --- a/.env.sample +++ b/.env.sample @@ -4,6 +4,8 @@ DOMAIN=privatebin.example.com LETS_ENCRYPT_ENV=production +PB_INSTANCE_NAME=PrivateBin + PB_DISCUSSIONS_ENABLE=true PB_DISCUSSIONS_TIMECODE_COMMENTS=false PB_PASSWORD_ENABLE=true diff --git a/compose.yml b/compose.yml index 85d2d6b..2042daa 100644 --- a/compose.yml +++ b/compose.yml @@ -6,14 +6,13 @@ services: image: privatebin/nginx-fpm-alpine:1.7.6 configs: - source: php_config - target: /cfg/conf.php + target: /srv/cfg/conf.php - source: robots target: /var/www/robots.txt networks: - proxy read_only: true environment: - - CONFIG_PATH=/cfg/conf.php - PB_PUBLIC_DIRECTORY deploy: restart_policy: