Skip to content

Releases: AJGranowski/docker-user-mirror

Release 0.1.1

23 Jan 03:39
0336f43
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: release-0.1.0...release-0.1.1

Release 0.1.0

23 Jan 03:05
df2cc81
Compare
Choose a tag to compare

What's Changed

Changed the structure of CHOWN_LIST, might not be backwards compatible with existing configs.

Added new environment variable SERVICE_NAME.

Other Changes

Full Changelog: release-0.0.22...release-0.1.0

Release 0.0.22

16 Jan 01:13
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: release-0.0.21...release-0.0.22

Release 0.0.21

16 Jan 00:11
37f2627
Compare
Choose a tag to compare

What's Changed

Replace entrypoint process when stepping down by @AJGranowski in #73

Screenshot 2025-01-15 181622

Full Changelog: release-0.0.20...release-0.0.21

Release 0.0.20

08 Jan 23:32
7d4d3c6
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: release-0.0.19...release-0.0.20

Release 0.0.19

08 Jan 20:18
072e903
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Allow the scripts to be renamed without breaking updates by @AJGranowski in #66

Full Changelog: release-0.0.18...release-0.0.19

Release 0.0.18

14 Nov 04:37
73f6d42
Compare
Choose a tag to compare

What's Changed

Added support for compose specifying multiple services.

docker compose up {service1} {service2} ...

Some caveats:

  1. All services will receive the same combined chown list.
  2. The script prepares the environment for all services, not just the ones specified in the command.

Other Changes

Full Changelog: release-0.0.17...release-0.0.18

Release 0.0.17

06 Nov 18:28
880ec23
Compare
Choose a tag to compare

What's Changed

Updated script to align with create_host_path in compose definitions.

Other Changes

Full Changelog: release-0.0.16...release-0.0.17

Release 0.0.16

17 Oct 05:15
Compare
Choose a tag to compare

What's Changed

Only create a container for compose and run commands.

Other Changes

Full Changelog: release-0.0.15...release-0.0.16

Release 0.0.15

02 Oct 04:37
Compare
Choose a tag to compare

Small change to the update functions.

Full Changelog: release-0.0.14...release-0.0.15