Add compose.yml

master
Nakidai 2024-05-21 20:59:42 +03:00
parent 82e067515c
commit 81f123080d
Signed by: nakidai
GPG Key ID: 18AD605FDA13FE5A
1 changed files with 8 additions and 0 deletions

8
compose.yml Normal file
View File

@ -0,0 +1,8 @@
services:
server:
image: cupcakearmy/static
restart: unless-stopped
ports:
- 8000:80
volumes:
- ./root/:/srv/:ro