Skip to content

Commit e395611

Browse files
authored
update nginx to latest stable version (#489)
1 parent df7a77d commit e395611

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/install/reverse-proxies/nginx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Paste the following configuration.
184184
```yaml title="docker-compose.yml"
185185
services:
186186
remnawave-nginx:
187-
image: nginx:1.28
187+
image: nginx:1.30
188188
container_name: remnawave-nginx
189189
hostname: remnawave-nginx
190190
volumes:

docs/install/subscription-page/bundled.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ cd /opt/remnawave/nginx && nano docker-compose.yml
290290
```yaml title="docker-compose.yml"
291291
services:
292292
remnawave-nginx:
293-
image: nginx:1.28
293+
image: nginx:1.30
294294
container_name: remnawave-nginx
295295
hostname: remnawave-nginx
296296
volumes:

0 commit comments

Comments
 (0)