mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix: remove PUID/PGID for uptime-kuma
This commit is contained in:
@@ -3,9 +3,9 @@ services:
|
||||
image: louislam/uptime-kuma:latest
|
||||
container_name: kuma
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
PUID: ${PUID}
|
||||
PGID: ${PGID}
|
||||
# environment:
|
||||
# PUID: ${PUID}
|
||||
# PGID: ${PGID}
|
||||
expose:
|
||||
- 3001
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user