mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2026-01-31 21:55:13 +01:00
use nginx latest (stable is not multi arch anymore)
This commit is contained in:
@@ -3,7 +3,7 @@ version: "3"
|
||||
services:
|
||||
nginx:
|
||||
restart: unless-stopped
|
||||
image: nginx:stable
|
||||
image: nginx:latest
|
||||
container_name: nginx
|
||||
ports:
|
||||
- "80:80"
|
||||
|
||||
Reference in New Issue
Block a user