updated npm and maria to specific versions (instead of 'latest')

This commit is contained in:
Radar231 2021-12-14 22:42:33 -05:00
parent 15f9fef916
commit 9d7d277889
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ networks:
services:
nginx-proxy-manager:
container_name: nginx-proxy-manager
image: 'jc21/nginx-proxy-manager:latest'
image: 'jc21/nginx-proxy-manager:2.9.12'
restart: unless-stopped
ports:
- '80:80'
@ -33,7 +33,7 @@ services:
db:
container_name: npm-db
image: 'jc21/mariadb-aria:latest'
image: 'jc21/mariadb-aria:10.4.15'
restart: unless-stopped
env_file:
- npm.env