trying another compose file
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user