mirror of
https://gitlab.com/volkersfreunde/dockercompose.git
synced 2025-03-12 06:51:46 +01:00
docker compose down was missing
This commit is contained in:
parent
d22a7574a4
commit
340d76c7a2
@ -7,7 +7,7 @@ RUN pip3 install paho-mqtt
|
|||||||
# also installs paho-mqtt as it's required for https://gitlab.com/volkersfreunde/tasmota
|
# also installs paho-mqtt as it's required for https://gitlab.com/volkersfreunde/tasmota
|
||||||
|
|
||||||
# https://www.codewithjason.com/docker-hello-world-app/ helped me:
|
# https://www.codewithjason.com/docker-hello-world-app/ helped me:
|
||||||
# docker build --tag bffh-v0.4.2-with-python3 -f bffh-v0.4.2-with-python3-dockerfile .
|
# docker build --tag bffh-v0.4.2-with-python3-v2 -f bffh-v0.4.2-with-python3-dockerfile-v2 .
|
||||||
# https://stackoverflow.com/questions/57528077/docker-compose-with-name-other-than-dockerfile
|
# https://stackoverflow.com/questions/57528077/docker-compose-with-name-other-than-dockerfile
|
||||||
|
|
||||||
# this might be another option
|
# this might be another option
|
||||||
@ -17,3 +17,6 @@ RUN pip3 install paho-mqtt
|
|||||||
|
|
||||||
#RUN apt update && apt install -y python3 python3-pipx
|
#RUN apt update && apt install -y python3 python3-pipx
|
||||||
#RUN pip3 install paho-mqtt foo
|
#RUN pip3 install paho-mqtt foo
|
||||||
|
|
||||||
|
|
||||||
|
# `docker compose downa and `docker compose build` https://github.com/docker/compose/issues/1487
|
@ -10,6 +10,7 @@ services:
|
|||||||
|
|
||||||
bffh:
|
bffh:
|
||||||
build:
|
build:
|
||||||
|
# changes in the file will require `docker compose down` `docker compose build`
|
||||||
context: .
|
context: .
|
||||||
dockerfile: bffh-v0.4.2-with-python3-dockerfile-v2
|
dockerfile: bffh-v0.4.2-with-python3-dockerfile-v2
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user