gitignore
This commit is contained in:
1
home-server/homepage/config/.gitignore
vendored
Normal file
1
home-server/homepage/config/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
logs/
|
||||||
@@ -4,6 +4,7 @@ services:
|
|||||||
image: ghcr.io/gethomepage/homepage:latest
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
container_name: homepage
|
container_name: homepage
|
||||||
volumes:
|
volumes:
|
||||||
|
# - ./config:/app/config
|
||||||
- ./config/bookmarks.yaml:/app/config/bookmarks.yaml
|
- ./config/bookmarks.yaml:/app/config/bookmarks.yaml
|
||||||
- ./config/custom.css:/app/config/custom.css
|
- ./config/custom.css:/app/config/custom.css
|
||||||
- ./config/custom.js:/app/config/custom.js
|
- ./config/custom.js:/app/config/custom.js
|
||||||
|
|||||||
Reference in New Issue
Block a user