Skip to content

Commit

Permalink
Update logs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Starbix committed Jul 8, 2018
1 parent 6c2c191 commit d1ce381
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To use this repository, add [https://github.com/starbix/docker-templates](https:
- Plex: [Official docker by Plex](https://github.com/plexinc/pms-docker)
- plex-ldap: [starbix/plex-ldap](https://github.com/Starbix/dockerimages/tree/master/plex-ldap)
- nginx: [starbix/nginx](https://github.com/Starbix/dockerimages/tree/master/nginx)
- docker-mailserver: [tomav/docker-mailserver](https://github.com/tomav/docker-mailserver)
- nextcloud: [starbix/nextcloud](https://github.com/Starbix/dockerimages/tree/master/nextcloud)
- homebridge (with hyperion): [starbix/homebridge](https://github.com/Starbix/dockerimages/tree/master/homebridge)

## Maintainers
Expand Down
4 changes: 2 additions & 2 deletions starbix/nginx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/nginx/logs/</HostDir>
<ContainerDir>/nginx/log</ContainerDir>
<ContainerDir>/nginx/logs</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
Expand All @@ -64,6 +64,6 @@
<Config Name="HTTPS Port" Target="4430" Default="" Mode="tcp" Description="Container Port: 4430" Type="Port" Display="always" Required="false" Mask="false">4430</Config>
<Config Name="WWW Folder" Target="/www" Default="" Mode="rw" Description="Container Path: /www" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/www</Config>
<Config Name="Amplify config" Target="/etc/amplify-agent" Default="" Mode="rw" Description="Container Path: /etc/amplify-agent" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/nginx/amp</Config>
<Config Name="Nginx log files" Target="/nginx/log" Default="" Mode="rw" Description="Container Path: /nginx/log" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/nginx/logs/</Config>
<Config Name="Nginx log files" Target="/nginx/logs" Default="" Mode="rw" Description="Container Path: /nginx/logs" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/nginx/logs/</Config>
<BaseImage>alpine:latest</BaseImage>
</Container>

0 comments on commit d1ce381

Please sign in to comment.