Cross posted from https://thelemmy.club/post/52564277
services: yacy: container_name: yacy image: yacy/yacy_search_server:latest restart: unless-stopped ports: - "8090:8090" - "8443:8443" volumes: - yacy_data:/opt/yacy_search_server/DATA logging: options: max-size: "200m" max-file: "2" volumes: yacy_data:https://github.com/yacy/yacy_search_server
sudo ufw allow 8090
docker compose up -d
You must log in or # to comment.

