Add docker-compose.yml

This commit is contained in:
TheOldGuy 2024-09-03 23:17:43 +00:00
parent cb3ae8c0e9
commit 9eecfddf98

6
docker-compose.yml Normal file
View File

@ -0,0 +1,6 @@
services:
web:
build: .
ports:
- "80:80"
restart: always