Obisidian vault auto-backup: 14-01-2026 14:41:57 on . 2 files edited

This commit is contained in:
Félix MARQUET
2026-01-14 14:41:57 +01:00
parent b1f69ebbe5
commit e5ae77d39e
2 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
"type": "markdown",
"state": {
"file": "ISEN/Cloud Computing/CIPA4/Cloud Computing Cours 3.md",
"mode": "source",
"mode": "preview",
"source": false,
"backlinks": true,
"backlinkOpts": {

View File

@@ -182,7 +182,7 @@ docker image history --no-trunc getting-started
rm Dockerfile && nano Dockerfile
docker build -t getting-started .
nano src/static/index.html
docker build -t getting-started .
```
docker-compose.yml:
@@ -208,5 +208,6 @@ services:
environment:
MYSQL_ROOT_PASSWORD: secret
MYSQL_DATABASE: todos
volumes: todo-mysql-data:
volumes:
todo-mysql-data:
```