feat: Mise à jour de goaccess et nginx
This commit is contained in:
parent
98aa095f7c
commit
b3bcc9e711
|
@ -1,4 +1,4 @@
|
||||||
FROM registry.weko.io/nginx-lowtech:0.0.7
|
FROM registry.weko.io/nginx-lowtech:0.0.8
|
||||||
|
|
||||||
# Copie des sources du site
|
# Copie des sources du site
|
||||||
COPY public /usr/share/nginx/html
|
COPY public /usr/share/nginx/html
|
||||||
|
|
|
@ -23,7 +23,7 @@ services:
|
||||||
|
|
||||||
crmx-stats:
|
crmx-stats:
|
||||||
container_name: crmx-stats
|
container_name: crmx-stats
|
||||||
image: registry.weko.io/goaccess
|
image: registry.weko.io/goaccess:1.0.0
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- cremeaux-log:/var/log/nginx
|
- cremeaux-log:/var/log/nginx
|
||||||
|
|
Loading…
Reference in New Issue