Skip to content

Commit

Permalink
Load favicon.ico from file path
Browse files Browse the repository at this point in the history
  • Loading branch information
nova committed Oct 28, 2024
1 parent 0c3a35a commit 3e6b47a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose-domserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- domserver_public_css:/opt/domjudge/domserver/webapp/public/css/custom
- domserver_public_js:/opt/domjudge/domserver/webapp/public/js/custom
- domserver_public_docs:/opt/domjudge/domserver/webapp/public/docs
- domserver_public_favicon:/opt/domjudge/domserver/webapp/public/favicon.ico
- ../python-exercise-sheets/favicon.ico:/opt/domjudge/domserver/webapp/public/favicon.ico
privileged: true
ports:
- 12345:80
Expand Down Expand Up @@ -55,7 +55,6 @@ volumes:
domserver_public_css:
domserver_public_js:
domserver_public_docs:
domserver_public_favicon:


networks:
Expand Down

0 comments on commit 3e6b47a

Please sign in to comment.