Update docker-compose.yml
This commit is contained in:
parent
8a9495de18
commit
abc0fb4e9f
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
version: "2"
|
version: "2"
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: jc21/nginx-proxy-manager-base:latest
|
image: jc21/nginx-proxy-manager-base:latest ### change from "latest" to "latest-arm64" if installing on a Pi 3 or higher
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
- 81:81
|
- 81:81
|
||||||
|
@ -22,7 +22,7 @@ services:
|
||||||
- db
|
- db
|
||||||
command: node --max_old_space_size=250 --abort_on_uncaught_exception node_modules/nodemon/bin/nodemon.js
|
command: node --max_old_space_size=250 --abort_on_uncaught_exception node_modules/nodemon/bin/nodemon.js
|
||||||
db:
|
db:
|
||||||
image: jc21/mariadb-aria
|
image: jc21/mariadb-aria ### change "jc21/mariadb-aria" to "mariadb/server" if installing on a Pi
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: "npm"
|
MYSQL_ROOT_PASSWORD: "npm"
|
||||||
MYSQL_DATABASE: "npm"
|
MYSQL_DATABASE: "npm"
|
||||||
|
|
Loading…
Reference in a new issue