We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c4c81 commit 26bfbf8Copy full SHA for 26bfbf8
README.md
@@ -11,4 +11,4 @@ Trello was great, then Atlassian bought it.
11
- Clone the repo to a machine running docker
12
- Edit .env to have more secure passwords
13
- `docker compose up -d`
14
-- Navigate to http://<docker-host-ip>:80
+- Navigate to http(s)://{docker-host-ip}
server/app.py
@@ -10,7 +10,7 @@
10
logger = logging.getLogger(__name__)
# Application version
-APP_VERSION = "0.1.2"
+APP_VERSION = "1.0.0"
15
app = Flask(__name__)
16
0 commit comments