use nginx latest (stable is not multi arch anymore)

This commit is contained in:
nicolas.dorier
2019-04-24 14:15:05 +09:00
parent 8457239330
commit bd80e136a2

View File

@@ -3,7 +3,7 @@ version: "3"
services:
nginx:
restart: unless-stopped
image: nginx:stable
image: nginx:latest
container_name: nginx
ports:
- "80:80"