Skip to content

Commit 8fcc596

Browse files
authored
fix indentation (#54)
* document docker-in-docker limitation * fix typo * fix indentation
1 parent 103b589 commit 8fcc596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ A collection of one-click buttons and scripts for deploying [code-server](https:
2727
- All software and dependencies need to be defined in the `Dockerfile` or install script so they aren't destroyed on a rebuild. This is great if you want to have a new, clean environment every time you code
2828
- Most app platforms do not support running docker or virtual volume mounts in the container.
2929
- Storage may not be persistent. You may have to use [rclone](https://rclone.org/) to store your filesystem on a cloud service. Documented below:
30-
- [📄 Docs for code-server-deploy-container](deploy-container/)
30+
- [📄 Docs for code-server-deploy-container](deploy-container/)

0 commit comments

Comments
 (0)