Skip to content

Commit f415876

Browse files
committed
traefik
1 parent 5e0445a commit f415876

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

traefik_stack5/runup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ function goto_myscript() {
113113
echo "Start the stacks ...";
114114

115115
# traefik
116+
chmod 600 ./configs/acme.json
116117
docker stack deploy toolproxy -c toolproxy.yml;
117118
echo; sleep 1;
118119

traefik_stack5/toolproxy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ services:
6565
--docker.watch \
6666
--debug=true \
6767
--logLevel=WARN \
68-
--web \
6968
--web.metrics.prometheus \
7069
--web.metrics.prometheus.buckets="0.1,0.3,1.2,5.0" \
7170
--web.address=:8080

0 commit comments

Comments
 (0)