Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Dockerfile for etherpad-lite with sqlite installed. Not maintaned, for new repo see:

License

Notifications You must be signed in to change notification settings

Tiim/etherpad-sqlite-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

etherpad-sqlite-docker

Docker image for etherpad-lite with the sqlite dependency installed. For documentation, see ether/etherpad-lite.

Links

Example usage

# docker-compose.yml
version: '3.7'
services:
  etherpad:
    image: tiimb/etherpad-sqlite
    restart: unless-stopped
    ports:
      - 9001:9001
    volumes:
      - ~/docker/etherpad:/opt/etherpad-lite/var/db
    environment:
      - DB_TYPE=sqlite
      - DB_FILENAME=var/db/db.sqlite
# create folder for the database
mkdir -p ~/docker/etherpad
chmod 777 ~/docker/etherpad

docker-compose up

About

Dockerfile for etherpad-lite with sqlite installed. Not maintaned, for new repo see:

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published