Upload files to "/"

This commit is contained in:
2026-04-18 07:45:19 +00:00
commit 698f9d938a

8
docker-compose.yaml Normal file
View File

@@ -0,0 +1,8 @@
services:
nginx:
image: nginx:alpine
container_name: server-nginx-test
restart: unless-stopped
ports:
- "8081:80"