Skip to content

Commit

Permalink
πŸ› (volumes): Fix css volume path
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNiklas committed Oct 23, 2023
1 parent 5c7a92b commit 6b03b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-domserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- domserver_public_images:/opt/domjudge/domserver/webapp/public/images
- domserver_public_css:/opt/domjudge/domserver/webapp/css/custom
- 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
ports:
Expand Down

0 comments on commit 6b03b15

Please sign in to comment.