Skip to content

Commit 141d240

Browse files
chadiiichadiii
chadiii
authored and
chadiii
committed
optimize module
1 parent da6c9e1 commit 141d240

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ on:
1111
options:
1212
- 1.18.0
1313
- 1.19.0
14-
- 1.20.0
1514
- 1.20.2
16-
- 1.21.6
15+
- 1.16.1
16+
1717
message:
1818
required: false
1919
description: Nginx version

example/standalone/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
docker build -f Dockerfile.standalone --build-arg NGINX_VERSION=1.21.6 -t flagshipio/nginx:nginx-1.21.6 .
3+
docker build -f Dockerfile.standalone --build-arg NGINX_VERSION=1.20.2 -t flagshipio/nginx:nginx-1.20.2 .
44
docker run --rm -it -p 8080:80 -t --name nginx-standalone \
55
-v $(pwd)/example/standalone/config/nginx-conf:/etc/nginx/sites-available/nginx-conf.example \
66
-v $(pwd)/example/standalone/config/fs_module.conf:/etc/nginx/modules-enabled/fs.conf \
7-
flagshipio/nginx:nginx-1.21.6
7+
flagshipio/nginx:nginx-1.20.2

0 commit comments

Comments
 (0)