tangled
alpha
login
or
join now
pomdtr.me
/
smallweb
this repo has no description
4
fork
atom
overview
issues
pulls
pipelines
add build config in docker compose
pomdtr.me
9 months ago
5e1389b7
1e68754f
options
unified
split
Changed files
+3
compose.yaml
+3
compose.yaml
···
1
1
services:
2
2
smallweb:
3
3
image: ghcr.io/pomdtr/smallweb:latest
4
4
+
# build:
5
5
+
# context: .
6
6
+
# dockerfile: Dockerfile
4
7
init: true
5
8
container_name: smallweb
6
9
restart: unless-stopped