diff --git a/isaiah/compose.yml b/isaiah/compose.yml index f0c3eeb..b6e5c57 100644 --- a/isaiah/compose.yml +++ b/isaiah/compose.yml @@ -3,10 +3,9 @@ services: isaiah: image: mosswill/isaiah:latest restart: unless-stopped - ports: - - "80:80" volumes: - /var/run/docker.sock:/var/run/docker.sock:ro + - my_docker_hosts:/docker_hosts environment: - SERVER_PORT: "80" AUTHENTICATION_SECRET: "your-very-long-and-mysterious-secret" + MULTI_HOST_ENABLED: "TRUE"