6 Commits (1cdae1d3ddd565f4aee3acb9714561d17604cc66)

Author SHA1 Message Date
mcrosson b35959376e Update docker start script to bust the cache on each run 6 years ago
Thomas Gläßle 405526cfa5 Properly escape sed replace expressions
This fixes an error during container startup due to interpolating a
$STORAGE value that may contain slashes or other "active" characters:

    ...
    Using secure websockets: false
    Using storage adapter: ./storage/file
    sed: bad option in substitution expression

Also add a trailing ',' in the search expression to avoid substituting
in the comment above the actual definition:

    /*  If Cryptpad is proxied without using https, the server needs to know.
     *  Specify 'useSecureWebsockets: true' so that it can send
    ...
7 years ago
Caleb James DeLisle 211113fb1a little flowey 8 years ago
Thomas Gläßle 2985c6a051 Cleanup Dockerfile, thanks to @kpcyrd 8 years ago
Thomas Gläßle c182a407cf Fix typo in container-start.sh 8 years ago
felixboehm d8c18d0937 adding docker and docker-compose 8 years ago