Skip to content

Commit

Permalink
ci: fix nginx dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulike committed Apr 5, 2024
1 parent e13bedc commit 7fbb43e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ services:
restart: always
image: 'soulike/website-nginx:latest'
volumes:
- /ssl:/home/soulike/ssl:ro
- /var/log/nginx:./nginx/logs
- /home/soulike/ssl:/ssl:ro
- ./nginx/logs:/var/log/nginx
ports:
- 80:80
- 443:443
Expand Down

0 comments on commit 7fbb43e

Please sign in to comment.