use nginx stable
This commit is contained in:
parent
a4a675634f
commit
cbb68cdbd3
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
|
||||
web:
|
||||
image: nginx
|
||||
image: nginx:stable
|
||||
depends_on:
|
||||
- app
|
||||
volumes:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
|
||||
app:
|
||||
image: nginx
|
||||
image: nginx:stable
|
||||
volumes:
|
||||
- ${HTML}:/usr/share/nginx/html:ro
|
||||
networks:
|
||||
|
|
Loading…
Reference in a new issue