Compare commits

..

No commits in common. "f4f297f5b0b2e27057fc715269a4b85ab513c7b1" and "353095c2f8f25d9d9a431863c159aee1b7a5c9ed" have entirely different histories.

View File

@ -18,7 +18,7 @@ services:
restart: always restart: always
ports: ports:
- ${PORT}:80 # nginx -> server/app.js express app - ${PORT}:80 # nginx -> server/app.js express app
# - 127.0.0.1:${SHELL_PORT}:4200 # shellinabox - 127.0.0.1:14200:4200 # shellinabox
volumes: volumes:
- /etc/nginx/ssl:/etc/nginx/ssl:ro # Use host web keys - /etc/nginx/ssl:/etc/nginx/ssl:ro # Use host web keys
- ${PICTURES}:/pictures - ${PICTURES}:/pictures