File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ a shell script.
226226
227227The compose file (`compose.yaml`) looks as follows:
228228
229- ```yaml
229+ ```yaml title = " compose.yaml "
230230services:
231231 oracle:
232232 # See the ' docker' subdirectory in demo-rofl for the content of this image.
@@ -241,6 +241,13 @@ services:
241241 - /run/rofl-appd.sock:/run/rofl-appd.sock
242242```
243243
244+ :::warning Always specify FQDN image URL
245+
246+ When specifying the container image URL, make sure to use fully qualified domain
247+ name e.g. `docker.io/ollama/ollama` and not just `ollama/ollama`.
248+
249+ :::
250+
244251[the compose file]: https://docs.docker.com/reference/compose-file/
245252[the `demo-rofl` repository]: https://github.com/oasisprotocol/demo-rofl/tree/main/docker
246253[a trivial oracle]: https://github.com/oasisprotocol/demo-rofl/blob/main/docker/app.sh
You can’t perform that action at this time.
0 commit comments