We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6133b commit 9ab868fCopy full SHA for 9ab868f
1 file changed
docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
tinyauth-analytics:
3
- image: ghcr.io/steveiliop56/tinyauth-analytics:v0
+ image: ghcr.io/steveiliop56/tinyauth-analytics:v1
4
environment:
5
- PORT=8080
6
- ADDRESS=0.0.0.0
@@ -13,7 +13,7 @@ services:
13
14
# Uncomment for the analytics dashboard
15
# analytics-dashboard:
16
- # image: ghcr.io/steveiliop56/tinyauth-analytics-dashboard:v0
+ # image: ghcr.io/steveiliop56/tinyauth-analytics-dashboard:v1
17
# environment:
18
# - PORT=8090
19
# - ADDRESS=0.0.0.0
0 commit comments