first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
markdown-studio:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
# Set to your public domain so canonical/OG/social tags use absolute URLs:
|
||||
# VITE_SITE_URL: https://markdown.yourdomain.com
|
||||
VITE_SITE_URL: ${VITE_SITE_URL:-}
|
||||
ports:
|
||||
- "8080:80"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user