chore(Docker): Update Goaccess & nginx
This commit is contained in:
parent
86e71d972e
commit
8e18e82a88
|
@ -1,4 +1,4 @@
|
|||
FROM registry.weko.io/nginx-lowtech:0.0.8
|
||||
FROM registry.weko.io/nginx-lowtech:0.0.9
|
||||
|
||||
# Copie des sources du site
|
||||
COPY public /usr/share/nginx/html
|
||||
|
|
|
@ -23,7 +23,7 @@ services:
|
|||
|
||||
weko-stats:
|
||||
container_name: weko-stats
|
||||
image: registry.weko.io/goaccess:1.4.6
|
||||
image: registry.weko.io/goaccess:1.5.1
|
||||
restart: always
|
||||
volumes:
|
||||
- weko-log:/var/log/nginx
|
||||
|
|
Loading…
Reference in New Issue