mylloon.fr/README.md
Mylloon fe93e7887a
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
Add status badge
2023-02-16 22:21:11 +01:00

608 B

EWP

Easy WebPage generator

dependency status status-badge

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