We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b266f5 commit 341bef7Copy full SHA for 341bef7
Dockerfile
@@ -73,6 +73,6 @@ ADD supervisord.conf /etc/supervisord.conf
73
# ranges not supported in docker, so need to use docker run -P to expose all ports
74
75
# add pid directory, logging, and postgres directory
76
-VOLUME ["/var/run", "/var/lib/pgsql", "/var/log", "/etc/rsyslog.d", "/etc/perfsonar" ]
+VOLUME ["/var/run", "/var/lib/pgsql", "/var/log", "/etc/rsyslog.d" ]
77
78
CMD /usr/bin/supervisord -c /etc/supervisord.conf
0 commit comments