trying another compose file

This commit is contained in:
2024-02-18 22:44:51 -06:00
parent cdb7b8767c
commit f4bcdd2c82

View File

@@ -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"