mirror of
https://github.com/SunboX/sl-fabaccess-docker-compose.git
synced 2025-03-12 23:11:49 +01:00
Added z
This commit is contained in:
parent
b34c23ab5a
commit
dfa924b2af
@ -8,7 +8,7 @@ services:
|
|||||||
- "59661:59661"
|
- "59661:59661"
|
||||||
volumes:
|
volumes:
|
||||||
# generate a sample config.toml by running "docker run registry.gitlab.com/fabinfra/fabaccess/bffh:dev-latest --print-default > examples/config.toml" from the project root. You may have to delete the ipv6 listen section.
|
# generate a sample config.toml by running "docker run registry.gitlab.com/fabinfra/fabaccess/bffh:dev-latest --print-default > examples/config.toml" from the project root. You may have to delete the ipv6 listen section.
|
||||||
- "./config/bffh:/etc/bffh"
|
- "./config/bffh:/etc/bffh:z"
|
||||||
links:
|
links:
|
||||||
- mqtt
|
- mqtt
|
||||||
mqtt:
|
mqtt:
|
||||||
@ -17,4 +17,4 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "1883:1883"
|
- "1883:1883"
|
||||||
volumes:
|
volumes:
|
||||||
- "./config/mosquitto:/mosquitto/config/"
|
- "./config/mosquitto/mosquitto.config:/mosquitto/config/:z"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user