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:
|
services:
|
||||||
web:
|
web:
|
||||||
image: nginx:latest
|
image: nginx:stable-alpine
|
||||||
hostname: nginx
|
hostname: nginx
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nginx/www-data:/var/www # place your files for web here
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nginx/www-data:/var/www # place your files for web here
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue