this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

add init flag to docker compose

pomdtr d6f89869 cb3be96f

+1
+1
compose.yaml
··· 1 1 services: 2 2 smallweb: 3 3 image: ghcr.io/pomdtr/smallweb:latest 4 + init: true 4 5 container_name: smallweb 5 6 restart: unless-stopped 6 7 command: ["up", "--ssh-addr=:2222", "--ssh-private-key=/run/secrets/ssh_private_key", "--enable-crons"]