Jelajahi Sumber

add additional volume paths

Michael Goldberger 9 tahun lalu
induk
melakukan
e6d2bfd74f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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.
 # 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