Commit Graph

6 Commits

Author SHA1 Message Date
cc821dec0c Fix permissions issue with data dir
If the mounted data directory on the host is owned by root, the znc user
within the container would fail to write any settings to disk.

Hence this changes ownership of the data directory to the znc user (Uid:
1000) and znc group (Gid: 1000) from within the container.
2014-07-10 20:10:10 +01:00
bfc867af73 Bump version to 1.4-1
Version scheme now follows the ZNC version the container contains. The
format is "[ZNC_VERSION]-[CONTAINER_BUILD_NUMBER]".
2014-05-17 18:04:27 +01:00
3269e67261 Build ZNC from source instead of relying on 3rd-party PPA repo 2014-05-17 18:03:52 +01:00
00fbafc18f Fix issue #3 and generally update project 2014-01-26 12:50:05 +00:00
Ryan Seys
d7ce2bf672 Clean up Dockerfile for readability 2013-11-16 02:17:02 -05:00
a0c1a52d24 Initial commit 2013-08-30 00:57:40 +01:00