1
0
Fork 0

maloja: set profile and network

This commit is contained in:
Lukáš Kucharczyk 2023-02-05 18:34:40 +01:00
parent a68bd9067f
commit 8ecf33f31d
1 changed files with 4 additions and 0 deletions

View File

@ -500,6 +500,10 @@ services:
user: "${PUID}:${PGID}"
volumes:
- "${DOCKER_STORAGE_PATH}/maloja:/data"
networks:
- public
profiles:
- base
restart: unless-stopped
redis: