mirror of
https://github.com/BreizhHardware/cours-ISEN-MD.git
synced 2026-03-18 21:50:46 +01:00
Obisidian vault auto-backup: 14-01-2026 14:41:57 on . 2 files edited
This commit is contained in:
2
.obsidian/workspace.json
vendored
2
.obsidian/workspace.json
vendored
@@ -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": {
|
||||
|
||||
@@ -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:
|
||||
```
|
||||
Reference in New Issue
Block a user