maj treafik
This commit is contained in:
parent
03300a9089
commit
c015378405
@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
# mis à jour du filtre (si pas de ./build)
|
||||
cd $(dirname $0)/..
|
||||
for i in eMailShrinker filter.sh filterTest.sh; do
|
||||
docker cp "postfix/filter/$i" sympaServ:/home/filter/
|
||||
done
|
||||
#Correction des droits sur le filter.sh
|
||||
docker exec sympaServ chmod a+rx /home/filter/filter.sh /home/filter/filterTest.sh
|
||||
|
||||
# limitation du filter.sh
|
||||
docker exec -it sympaServ bash -c "cp /home/filter/config/filter-20241109.sh /home/filter/filter.sh"
|
@ -1,6 +1,6 @@
|
||||
services:
|
||||
reverse-proxy:
|
||||
image: traefik:v3.2.3
|
||||
image: traefik:v3.3.2
|
||||
container_name: ${traefikServName}
|
||||
restart: ${restartPolicy}
|
||||
# Enables the web UI and tells Traefik to listen to docker
|
||||
|
Loading…
x
Reference in New Issue
Block a user