Translations:Host a Server/13/en
Use a Docker Compose file
These configuration files make it easy to download, run, and publish any application distributed as a Docker image. To get started create a docker-compose.yml file somewhere in your server. Use the following simple example as a guide for yours:<syntaxhighlight lang="yaml" line="1" start="1"> version: "3.7"