updated docker compose files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
nginx:
|
||||
image: nginx:1.25
|
||||
image: nginx:1.27
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.nginx.rule=Host(`montana2000.freeddns.org`)"
|
||||
@@ -11,10 +11,10 @@ services:
|
||||
volumes:
|
||||
- www-data:/usr/share/nginx/html/
|
||||
restart: always
|
||||
|
||||
|
||||
|
||||
volumes:
|
||||
www-data:
|
||||
www-data:
|
||||
|
||||
networks:
|
||||
traefik_web:
|
||||
|
||||
Reference in New Issue
Block a user