Skip to content

Commit 237324f

Browse files
authored
Add disclaimer for docker example
Container image best practises are missing. We should add this disclaimer until they were implemented.
1 parent 07b5d69 commit 237324f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717

1818
## 🛠️ Setup Instructions
1919

20+
### ⚠️ Disclaimer
21+
22+
This setup is provided as an **example only** and is **not ready for production use**. It lacks container image best practices, such as proper security hardening, minimal image sizes, and other considerations necessary for production environments. Use at your own risk and ensure you follow best practices before deploying to production.
2023

2124
### 1. Create a file named `stackit.ini` in the root directory:
2225

@@ -42,4 +45,4 @@ docker compose up certbot
4245
The certs and the live folder will be `root:root`, in order to access them with your user
4346
```bash
4447
sudo chown -R $(id -u):$(id -g) ./letsencrypt
45-
```
48+
```

0 commit comments

Comments
 (0)