mylloon.fr/README.md
Mylloon 5f3c8ed68c
Some checks failed
ci/woodpecker/push/publish Pipeline failed
volume support
2023-02-16 22:04:53 +01:00

490 B

EWP

Easy WebPage generator

dependency status

See issues

Use Docker Compose

version: "3.9"

services:
  ewp:
    image: git.mylloon.fr/anri/mylloon.fr:latest
    container_name: EWP
    volumes:
      - /here/your/path:/app/config
    ports:
      - 80:8080
    restart: unless-stopped