better port

This commit is contained in:
CryingSurrogate
2026-06-24 15:06:31 +03:00
parent c2e58aa9d7
commit 1df576cc09

View File

@@ -2,7 +2,7 @@ services:
website: website:
build: . build: .
ports: ports:
- "8000:8000" - "8993:8000"
volumes: volumes:
- ./content/posts:/app/content/posts - ./content/posts:/app/content/posts
restart: unless-stopped restart: unless-stopped