server: 可选,上一步中你给docker服务器取的名字,比如示例的my-docker container: 可选 创建docker的时候这个docker的名字 关于图标这里,你可以用线上的dashboard icon里面去选 https://github.com/walkxcode/dashboard-icons 然后直接就写XXXX.png或者svg即可,或者可以去Material Design Icons使用mdi-XXXX-色号或者...
You can create a powerful and versatile homepage tailored to your needs using Docker Compose, YAML files, and the numerous integrations available. If you are looking for a great homepage or home lab dashboard solution, Homepage Docker may be it. Like this: Loading......
A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations. - gethomepage/homepage
With docker-compose A docker-compose.yml file is available as an example. It must be edited to match your needs. You probably want to adjust the port mapping and volume binding (equivalent to -p and -v arguments). Then launch the container: cd /path/to/docker-compose.yml/ docker-compose...
|[Minecraft Server](https://www.minecraft.net/en-us)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/itzg/docker-minecraft-server#using-docker-compose) | | | | |[Minetest](https://www.minetest.net/...
Using docker The configuration directory is bind mounted to make your dashboard easy to maintain. Start the container withdocker run #Make sure your local config directory existsdocker run -d \ --name homer \ -p 8080:8080 \ --mount type=bind,source="/path/to/config/dir",target=/www/ass...
With docker-compose A docker-compose.yml file is available as an example. It must be edited to match your needs. You probably want to adjust the port mapping and volume binding (equivalent to -p and -v arguments). Then launch the container: cd /path/to/docker-compose.yml/ docker-compose...
Make sure to install both docker (or a docker equivalent) AND docker-compose to proceed: $ npm run up ... Docker Compose will orchestrate a PostgreSQL database from the included docker-compose.yml file for you! Side note: If you're working a lot with the build system, having a working...
动态 docker-compose多服务器部署kafka集群 优雅殿下 2023-06-21 19:10:40 0 动态 ReactNative原理与核心知识点 优雅殿下 2023-06-21 19:10:39 0 动态 通用密钥,无需密码,在无密码元年实现Passkeys通用密钥登录(基于Django4.2/Python3.10) 优雅殿下 2023-06-21 13:10:47 0 动态 Go应用性能优化的...
Using docker compose: services: homepage: image: ghcr.io/gethomepage/homepage:latest container_name: homepage environment: PUID: 1000 # optional, your user id PGID: 1000 # optional, your group id ports: - 3000:3000 volumes: - /path/to/config:/app/config # Make sure your local config di...