Update docker-compose.yml
use better image tag
This commit is contained in:
parent
df3f478be9
commit
f980273d91
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ version: "3"
|
|||
|
||||
services:
|
||||
web:
|
||||
image: nginx:latest
|
||||
image: nginx:stable-alpine
|
||||
hostname: nginx
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nginx/www-data:/var/www # place your files for web here
|
||||
|
|
|
|||
Loading…
Reference in a new issue