Skip to content

Commit 341bef7

Browse files
author
Dan Doyle
committed
removing testing
1 parent 2b266f5 commit 341bef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ ADD supervisord.conf /etc/supervisord.conf
7373
# ranges not supported in docker, so need to use docker run -P to expose all ports
7474

7575
# add pid directory, logging, and postgres directory
76-
VOLUME ["/var/run", "/var/lib/pgsql", "/var/log", "/etc/rsyslog.d", "/etc/perfsonar" ]
76+
VOLUME ["/var/run", "/var/lib/pgsql", "/var/log", "/etc/rsyslog.d" ]
7777

7878
CMD /usr/bin/supervisord -c /etc/supervisord.conf

0 commit comments

Comments
 (0)