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

Latest commit

 

History

History
18 lines (16 loc) · 438 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 438 Bytes

vokabel-trainer (Zur Zeit pausiert)

Ein Vokabel Trainer

compose.yaml file:

version: "3"
services:
  vokabel-trainer:
    container_name: vokabel-trainer
    image: zoeyvid/vokabel-trainer
    restart: always
    ports:
       - 127.0.0.1:8456:80
    volumes:
       - /opt/vokabel-trainer/sprachen:/usr/local/apache2/htdocs/sprachen:ro
       - /opt/vokabel-trainer/config.json:/usr/local/apache2/htdocs/config.json:ro