Skip to content

Commit

Permalink
fix: Delete comment in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-lymar committed Jun 16, 2024
1 parent a9e5497 commit 76b52aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ services:
restart: on-failure
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf
# - /home/ubuntu/nginx-selfsigned.crt:/etc/nginx/ssl/nginx-selfsigned.crt
# - /home/ubuntu/nginx-selfsigned.key:/etc/nginx/ssl/nginx-selfsigned.key
- /home/ubuntu/nginx-selfsigned.crt:/etc/nginx/ssl/nginx-selfsigned.crt
- /home/ubuntu/nginx-selfsigned.key:/etc/nginx/ssl/nginx-selfsigned.key
- static_volume:/app/static/
ports:
- "80:80"
# - "443:443"
- "443:443"
networks:
- melnichanka

Expand Down

0 comments on commit 76b52aa

Please sign in to comment.