We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c93ca9 + c281b31 commit e59db84Copy full SHA for e59db84
README.md
@@ -70,6 +70,7 @@ version: '3'
70
services:
71
app:
72
image: 'jc21/nginx-proxy-manager:latest'
73
+ restart: unless-stopped
74
ports:
75
- '80:80'
76
- '81:81'
@@ -85,6 +86,7 @@ services:
85
86
- ./letsencrypt:/etc/letsencrypt
87
db:
88
image: 'jc21/mariadb-aria:latest'
89
90
environment:
91
MYSQL_ROOT_PASSWORD: 'npm'
92
MYSQL_DATABASE: 'npm'
0 commit comments