Explorar o código

add additional volume paths

Michael Goldberger %!s(int64=9) %!d(string=hai) anos
pai
achega
e6d2bfd74f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Server/Dockerfile

+ 1 - 1
Server/Dockerfile

@@ -14,7 +14,7 @@ ADD ["psiphond", "/opt/psiphon/psiphond/"]
 
 
 # All configuration files, Server databases, GeoIP databases, etc.
 # All configuration files, Server databases, GeoIP databases, etc.
 # should be made available via the `/opt/psiphon/config` volume
 # should be made available via the `/opt/psiphon/config` volume
-VOLUME ["/opt/psiphon/psiphond/config", "/var/log/psiphond"]
+VOLUME ["/opt/psiphon/psiphond/config", "/opt/psiphon/psiphond/data", "/var/log/psiphond", "/usr/local/share/GeoIP"]
 
 
 EXPOSE 3000 3001 3002 3003 3004 3005 3006
 EXPOSE 3000 3001 3002 3003 3004 3005 3006