fixed container names

This commit is contained in:
2025-03-26 20:56:20 -05:00
parent 54eda0c237
commit 0bf03452cb

View File

@@ -2,7 +2,7 @@ services:
standardnotes-server:
image: standardnotes/server
env_file: .env
container_name: stanotes-server
container_name: standardnotes-server
restart: unless-stopped
ports:
- 3038:3000
@@ -48,7 +48,7 @@ services:
standardnotes-cache:
image: redis:6.0-alpine
container_name: cache_self_hosted
container_name: standardnotes-cache
volumes:
- ./data/redis/:/data
expose: