diff options
author | terminaldweller <thabogre@gmail.com> | 2022-02-17 16:09:24 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-02-17 16:09:24 +0000 |
commit | 5fa261f1a0d8ed4c8c4405c203122a78d37a8be9 (patch) | |
tree | 28c22a34cc9478c86db6399c1d9e7382f91a6cd3 /terminaldweller.com/cargo/docker-compose.yaml | |
parent | cargo (diff) | |
download | scripts-5fa261f1a0d8ed4c8c4405c203122a78d37a8be9.tar.gz scripts-5fa261f1a0d8ed4c8c4405c203122a78d37a8be9.zip |
fix
Diffstat (limited to 'terminaldweller.com/cargo/docker-compose.yaml')
-rw-r--r-- | terminaldweller.com/cargo/docker-compose.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/terminaldweller.com/cargo/docker-compose.yaml b/terminaldweller.com/cargo/docker-compose.yaml index c8ca217..f1f990e 100644 --- a/terminaldweller.com/cargo/docker-compose.yaml +++ b/terminaldweller.com/cargo/docker-compose.yaml @@ -2,6 +2,7 @@ version: "3" services: nginx: image: nginx + build: context: . networks: - cargonet |