fixed nextcloud out of space error and palworld server password enviorment variable shadowing

This commit is contained in:
2026-07-27 20:31:18 +00:00
parent 499bf411b0
commit 01d5a95476
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ services:
container_name: nextcloud_app
restart: unless-stopped
volumes:
- /var/lib/nextcloud/tmp:/tmp
- ./nextcloud_data:/var/www/html
environment:
- POSTGRES_HOST=synapse-postgres-1 # Change to your Postgres IP/Hostname
+1 -1
View File
@@ -14,7 +14,7 @@ services:
PGID: 1000
PORT: 8211 # Optional but recommended
PLAYERS: 16 # Optional but recommended
SERVER_PASSWORD: ${PWD}
SERVER_PASSWORD: ${PASS}
MULTITHREADING: true
REST_API_ENABLED: true
REST_API_PORT: 8212