wiki/docker-compose.yml

7 lines
119 B
YAML

version: "3"
services:
wiki:
image: wiki.adtya.xyz:latest
ports:
- 8080:80
restart: unless-stopped