updated main website page docker compose
This commit is contained in:
parent
74cfc8a80e
commit
3e6d8c03c5
@ -1,10 +1,11 @@
|
||||
|
||||
services:
|
||||
nginx:
|
||||
image: nginx:latest # Use the latest official Nginx image
|
||||
container_name: nginx_test_site
|
||||
container_name: ksan.dev_nginx
|
||||
networks:
|
||||
- frontend
|
||||
volumes:
|
||||
- ${LOCAL_PATH}:/usr/share/nginx/html
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.nginx-http.rule=Host(`${DOMAIN}`) || Host(`www.${DOMAIN}`)
|
Loading…
x
Reference in New Issue
Block a user