Remove volume mount for config.yml

Homer has recently been updated to load config.yml from the assets directory, removing the need to mount it directly.
https://github.com/bastienwirtz/homer/pull/94
This commit is contained in:
James 2020-07-02 12:02:49 +01:00 committed by GitHub
parent b67e7bcd6f
commit 680e02b18b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,5 +21,4 @@
<Labels/>
<Config Name="Port" Target="8080" Default="" Mode="tcp" Description="Container Port: 8080" Type="Port" Display="always" Required="false" Mask="false">8080</Config>
<Config Name="Assets Path" Target="/www/assets" Default="" Mode="rw" Description="Container Path: /www/assets" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/homer/assets/</Config>
<Config Name="Config Path" Target="/www/config.yml" Default="" Mode="rw" Description="Container Path: /www/config.yml" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/homer/config/config.yml</Config>
</Container>