Skip to content

Commit 9c81254

Browse files
authored
Merge pull request #25 from nuno-agostinho/martabica-patch-2
Update docker-compose.yml
2 parents 78c9c45 + 4525749 commit 9c81254

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

docker-compose.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
version: "3.9"
22
services:
33
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
4+
image: nginx:1.21
5+
container_name: nginx
6+
restart: always
7+
user: root
8+
ports:
9+
- 80:80
10+
- 443:443
11+
volumes:
12+
- ./nginx:/etc/nginx
13+
- /etc/ssl/imm:/certs:ro
14+
- ./nginx/public:/public:ro
15+
depends_on:
16+
- shinyproxy
17+
- flower
18+
- grafana
1819

1920
shinyproxy:
2021
image: openanalytics/shinyproxy:2.6.1

0 commit comments

Comments
 (0)