summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-11 15:07:45 +0200
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-11 15:07:45 +0200
commit8a268fb80e0e963f229bd9fef05a1d0e5a4cea0b (patch)
treed1a69aa19939bd959a2143d8c11f0a56a4c2f353
parentfc3587c116e8fe071b42e4fb8ae37c34b2ef5cb9 (diff)
Pre-release 0.26-a10.26-a1
-rw-r--r--etc/docker/swarm/compose.yaml2
-rw-r--r--etc/www/config.sh2
-rw-r--r--srv/www/index.html4
3 files changed, 4 insertions, 4 deletions
diff --git a/etc/docker/swarm/compose.yaml b/etc/docker/swarm/compose.yaml
index 2847e49..47f7b2f 100644
--- a/etc/docker/swarm/compose.yaml
+++ b/etc/docker/swarm/compose.yaml
@@ -31,7 +31,7 @@ services:
replicas: 1
restart_policy:
condition: any
- image: "alejandrocolomar/www:alx"
+ image: "alejandrocolomar/www:0.26-a1"
networks:
-
"alejandro-colomar"
diff --git a/etc/www/config.sh b/etc/www/config.sh
index d2ea478..d9e7d98 100644
--- a/etc/www/config.sh
+++ b/etc/www/config.sh
@@ -22,7 +22,7 @@ WWW_PORT_STABLE=30001;
WWW_PROJECT="www";
WWW_STABILITY="exp"; ## "stable", "rc", or "exp"
WWW_STACK="${WWW_PROJECT}-${WWW_STABILITY}";
-WWW_VERSION="alx"; ## tag name or branch name.
+WWW_VERSION="0.26-a1"; ## tag name or branch name.
################################################################################
diff --git a/srv/www/index.html b/srv/www/index.html
index b8af810..28ce33b 100644
--- a/srv/www/index.html
+++ b/srv/www/index.html
@@ -53,8 +53,8 @@
<hr/>
<pre>
This site doesn't use cookies :)
-Last modified: 10/Oct/2020 23:12:59 UTC
-Version: alx
+Last modified: 11/Oct/2020 13:07:44 UTC
+Version: 0.26-a1
Alejandro Colomar
</pre>
<hr/>