Skip to content

Commit

Permalink
ADDED: recercat
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Jun 6, 2024
1 parent 874f213 commit 06152dc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,4 @@ MigrationBackup/

heimdall/config.bak
.idea/
config/log
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
FROM linuxserver/heimdall:latest

# Copy the state that we have in the repo into the image to fill it with content
COPY ./config /config
#COPY ./config /config

# Implicitly inheriting entrypoint from base image
Binary file modified config/www/app.sqlite
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ services:
ports:
- 1080:80
restart: unless-stopped
volumes:
- ./config:/config

0 comments on commit 06152dc

Please sign in to comment.