1
0
mirror of synced 2025-07-29 11:01:13 +03:00

Update Docker support

This commit is contained in:
yhirose
2024-08-31 17:09:20 -04:00
parent da0c6579fa
commit ba638ff38e
4 changed files with 67 additions and 21 deletions

7
docker-compose.yml Normal file
View File

@ -0,0 +1,7 @@
services:
http:
build: .
ports:
- "8080:80"
volumes:
- ./docker/html:/html