fixed nextcloud out of space error and palworld server password enviorment variable shadowing
This commit is contained in:
@@ -6,6 +6,7 @@ services:
|
|||||||
container_name: nextcloud_app
|
container_name: nextcloud_app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
- /var/lib/nextcloud/tmp:/tmp
|
||||||
- ./nextcloud_data:/var/www/html
|
- ./nextcloud_data:/var/www/html
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_HOST=synapse-postgres-1 # Change to your Postgres IP/Hostname
|
- POSTGRES_HOST=synapse-postgres-1 # Change to your Postgres IP/Hostname
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
PGID: 1000
|
PGID: 1000
|
||||||
PORT: 8211 # Optional but recommended
|
PORT: 8211 # Optional but recommended
|
||||||
PLAYERS: 16 # Optional but recommended
|
PLAYERS: 16 # Optional but recommended
|
||||||
SERVER_PASSWORD: ${PWD}
|
SERVER_PASSWORD: ${PASS}
|
||||||
MULTITHREADING: true
|
MULTITHREADING: true
|
||||||
REST_API_ENABLED: true
|
REST_API_ENABLED: true
|
||||||
REST_API_PORT: 8212
|
REST_API_PORT: 8212
|
||||||
|
|||||||
Reference in New Issue
Block a user