Update docker-compose.yml

use better image tag
This commit is contained in:
LRVT 2024-03-25 18:26:40 +01:00 committed by GitHub
parent df3f478be9
commit f980273d91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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