Skip to content

Instantly share code, notes, and snippets.

@bsurrey
Created August 28, 2024 12:23
Show Gist options
  • Save bsurrey/09f4e36b6b773d148e702f11477d057b to your computer and use it in GitHub Desktop.
Save bsurrey/09f4e36b6b773d148e702f11477d057b to your computer and use it in GitHub Desktop.
Memos Coolify Docker Compose
services:
memos:
image: neosmemo/memos:stable
container_name: memos
volumes:
- memos:/var/opt/memos
environment:
- SERVICE_FQDN_MEMOS_5230
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment