Skip to content

Commit 44b4e2d

Browse files
committed
update read me
1 parent f5b8242 commit 44b4e2d

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

traefik_stack6-wip/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## ⚠️ Warning
2+
3+
Wordpress is not running properly at this point.
4+
15
## Introduction
26
This docker stack will run many services (Traefik, Socat, Portainer, Nginx, Caddy, Whoami) in one simple copy-paste command. Please also refer the the [README](https://github.com/pascalandy/docker-stack-this/blob/master/README.md) at the root of this repo.
37

traefik_stack6-wip/rundown.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ docker stack rm toolweb || true; echo; sleep 1;
1616

1717
docker stack rm toolmonitor || true; echo; sleep 1;
1818

19-
docker stack rm toolwp || true; echo; sleep 1;
19+
# docker stack rm toolwp || true; echo; sleep 1;
2020

2121

2222
#docker stack rm proxpress || true; echo; sleep 1;

traefik_stack6-wip/runup.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ echo; echo; sleep 2
4646

4747
# wordpress
4848
# the system is path is at ./docker-stack5
49-
_MYSQL_DIR="$(pwd)/html/db/mysql"
50-
mkdir -p "$_MYSQL_DIR"
49+
#_MYSQL_DIR="$(pwd)/html/db/mysql"
50+
#mkdir -p "$_MYSQL_DIR"
5151

52-
docker stack deploy toolwp -c toolwp.yml
53-
echo; echo; sleep 2
52+
#docker stack deploy toolwp -c toolwp.yml
53+
#echo; echo; sleep 2
5454

5555

5656
# List
@@ -78,4 +78,3 @@ echo " docker service logs -f toolproxy_traefik"; echo; sleep 1;
7878

7979
# by Pascal Andy | # https://twitter.com/askpascalandy
8080
# https://github.com/pascalandy/docker-stack-this
81-
#

traefik_stack6-wip/toolportainer.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ networks:
4343

4444
# Inspired from https://github.com/portainer/portainer-compose/blob/master/docker-stack.yml
4545
# by Pascal Andy | # https://twitter.com/askpascalandy
46-
# https://github.com/pascalandy/docker-stack-this
47-
#
46+
# https://github.com/pascalandy/docker-stack-this

traefik_stack6-wip/toolproxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ services:
9191

9292

9393
# by Pascal Andy | # https://twitter.com/askpascalandy
94-
# https://github.com/pascalandy/docker-stack-this
94+
# https://github.com/pascalandy/docker-stack-this

0 commit comments

Comments
 (0)