2024-05-08 15:53:17 +02:00
|
|
|
# version: "3"
|
2024-05-06 13:19:03 +02:00
|
|
|
|
|
|
|
services:
|
|
|
|
web:
|
|
|
|
image: nginx:mainline-alpine3.17-slim
|
|
|
|
volumes:
|
2024-05-08 15:53:17 +02:00
|
|
|
- ./site:/usr/share/nginx/html/~tasiaiso/:ro
|
2024-05-06 13:19:03 +02:00
|
|
|
ports:
|
2024-05-08 15:53:17 +02:00
|
|
|
- "1312:80"
|
2024-05-06 13:19:03 +02:00
|
|
|
environment:
|
2024-05-08 15:53:17 +02:00
|
|
|
# - NGINX_HOST=yaseen
|
|
|
|
- NGINX_PORT=80
|