Files
dockerservertest/isaiah/compose.yml
T
2024-03-29 03:27:18 -05:00

11 lines
211 B
YAML
Executable File

version: '3'
services:
isaiah:
image: mosswill/isaiah:latest
restart: unless-stopped
ports:
- "80:3000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./.env:/.env