ma etherpad: bump version

This commit is contained in:
makefu 2020-07-02 08:20:41 +02:00
parent f25b2e385c
commit fcf599d9b2
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -10,7 +10,7 @@ in {
locations."/".proxyPass = "http://localhost:${toString port}";
};
docker-containers."etherpad-lite" = {
image = "makefoo/bgt-etherpad:2020-05-02.5";
image = "makefoo/bgt-etherpad:2020-05-02.6";
ports = [ "127.0.0.1:${toString port}:9001" ];
volumes = [
"/var/src/secrets/etherpad/apikey:/opt/etherpad-lite/APIKEY.txt"