Skip to content

Commit

Permalink
patch nginx update
Browse files Browse the repository at this point in the history
  • Loading branch information
tsumiMac committed Aug 4, 2022
1 parent ea7aca1 commit 4895719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# docker build -t former2_local:1.0 .
# docker run --name former2 -p $host_port:80 -d former2_local:1.0

FROM nginx:1.15
FROM nginx:stable
COPY . /usr/share/nginx/html
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
former2:
image: nginx:1.17.8-alpine
image: nginx:stable-alpine
ports:
- "127.0.0.1:80:80"
volumes:
Expand Down

0 comments on commit 4895719

Please sign in to comment.