a simple docker-compose

This commit is contained in:
Adithya 2023-07-11 23:08:02 +05:30
parent 04d7466e0c
commit 0e6a1e8646
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

7
docker-compose.yml Normal file
View file

@ -0,0 +1,7 @@
version: "3"
services:
wiki:
image: wiki.adtya.xyz:latest
ports:
- 8080:80
restart: unless-stopped