Skip to content

Commit

Permalink
Modify docker-compose.yml to include restart option.
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraviolet-jordan committed Jan 31, 2025
1 parent 999517d commit 2945d54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- ./client.nginx.conf:/etc/nginx/conf.d/default.conf
- ./certbot/conf:/etc/letsencrypt
- ./certbot/www:/var/www/certbot
- ./public/index.html:/usr/share/nginx/html
restart: always
certbot:
image: certbot/certbot
Expand Down

0 comments on commit 2945d54

Please sign in to comment.