mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-04 06:09:55 +03:00
Use a single code block for Docker commands in the README
This makes it easier to copy all the lines at once for later editing.
This commit is contained in:
12
README.md
12
README.md
@@ -23,11 +23,13 @@ October instance.
|
||||
|
||||
### Restoring a database
|
||||
|
||||
- `mv /your/dump/backup-file.sql ./docker/mariadb/init`
|
||||
- `./docker/mariadb/bash.sh`
|
||||
- `cd /docker-entrypoint-initdb.d/`
|
||||
- `mysql < 000-setup.sql`
|
||||
- `mysql < backup-file.sql`
|
||||
```sh
|
||||
mv /your/dump/backup-file.sql docker/mariadb/init
|
||||
docker/mariadb/bash.sh
|
||||
cd /docker-entrypoint-initdb.d/
|
||||
mysql < 000-setup.sql
|
||||
mysql < backup-file.sql
|
||||
```
|
||||
|
||||
### Interfacing with the Docker containers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user