KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • docker_notes (2)
Past week
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Docker-Compose @docker_notes
7 Hits, Last modified: 3 days ago
xample:* <code yaml> networks: custom-network: services: app: networks: - custom-network </co... mes like this: <code yaml> volumes: my-volume: services: app: volumes: - my-volume:/path-in-c... n '3' volumes: web_data: external: true services: app: image: nginx:alpine ports: ... main server VM Traefik would fail. All the other services that relied on Traefik would not operate. A simp
VNC @docker_notes
3 Hits, Last modified: 7 days ago
panel. ++++My docker-compose.yml| <code yaml>--- services: # MariaDB - MySQL Database mariadb: contai... uacamole.middlewares=add-guacamole" ## HTTP Services - "traefik.http.routers.guacamole.service=guacamole" - "traefik.http.services.guacamole.loadbalancer.server.port=8080"