We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78c9c45 + 4525749 commit 9c81254Copy full SHA for 9c81254
1 file changed
docker-compose.yml
@@ -1,20 +1,21 @@
1
version: "3.9"
2
services:
3
nginx:
4
- image: nginx:1.21
5
- container_name: nginx
6
- restart: always
7
- ports:
8
- - 80:80
9
- - 443:443
10
- volumes:
11
- - ./nginx:/etc/nginx
12
- - /etc/ssl/imm:/certs:ro
13
- - ./nginx/public:/public:ro
14
- depends_on:
15
- - shinyproxy
16
- - flower
17
- - grafana
+ image: nginx:1.21
+ container_name: nginx
+ restart: always
+ user: root
+ ports:
+ - 80:80
+ - 443:443
+ volumes:
+ - ./nginx:/etc/nginx
+ - /etc/ssl/imm:/certs:ro
+ - ./nginx/public:/public:ro
+ depends_on:
+ - shinyproxy
+ - flower
18
+ - grafana
19
20
shinyproxy:
21
image: openanalytics/shinyproxy:2.6.1
0 commit comments