mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 03:20:12 -08:00
Add Docker Compose configurations for Gitea and Plex services
This commit is contained in:
@@ -3,10 +3,12 @@ services:
|
||||
image: ghcr.io/usememos/memos:latest
|
||||
container_name: memos
|
||||
volumes:
|
||||
- ./.memos/:/var/opt/memos
|
||||
- memos:/var/opt/memos
|
||||
ports:
|
||||
- 5230:5230
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- diun.enable=true
|
||||
volumes:
|
||||
memos: null
|
||||
networks: {}
|
||||
|
||||
Reference in New Issue
Block a user