Skip to content

How do I get a custom css to work? #188

Answered by svilenmarkov
ealap asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, you have to also specify the assets directory in your glance.yml:

server:
  assets-path: /app/assets

This is assuming your directory structure looks like this:

.
└── glance/
    ├── assets/
    │   └── custom.css
    ├── glance.yml
    └── docker-compose.yml

And the mounted directory should be:

volumes:
    - ./assets:/app/assets

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ealap
Comment options

Answer selected by ealap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants