Skip to content

Instantly share code, notes, and snippets.

@Aadityajoshi151
Created November 14, 2022 17:11
Show Gist options
  • Save Aadityajoshi151/7c919afd6d82e145f843a9c7a11f1c20 to your computer and use it in GitHub Desktop.
Save Aadityajoshi151/7c919afd6d82e145f843a9c7a11f1c20 to your computer and use it in GitHub Desktop.
version: "3"
services:
yacht:
container_name: yacht
restart: unless-stopped
ports:
- 8000:8000
volumes:
- ./yacht:/config
- /var/run/docker.sock:/var/run/docker.sock
image: selfhostedpro/yacht
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment