Skip to content

Commit 9876178

Browse files
committed
build: enabled ssl support
1 parent 34ed474 commit 9876178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/data-source-services/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
container_name: sourcetoad_nginx_proxy
1212
ports:
1313
- "80:80"
14-
# - "443:443"
14+
- "443:443"
1515
volumes:
1616
- /var/run/docker.sock:/tmp/docker.sock:ro
1717
- ./certs:/etc/nginx/certs

0 commit comments

Comments
 (0)