mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
Update docker-compose.yml
use better image tag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user