Archiv der Kategorie: Docker-Compose

Dashy installieren

Von | Januar 29, 2023

Quelle: github.com/Lissy93/dashy/ — version: „3.8“ services: dashy: # To build from source, replace ‚image: lissy93/dashy‘ with ‚build: .‘ # build: . image: lissy93/dashy container_name: Dashy # Pass in your config file below, by specifying the path on your host machine # volumes: # – /root/my-config.yml:/app/public/conf.yml ports: – 4000:80 # Set any environmental variables environment: -… Weiterlesen »