diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-07 03:00:57 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-07 03:00:57 +0000 |
commit | 8a034aa4f10bfbc317fde0cf6ee3a0f2b5642d52 (patch) | |
tree | d171d983dff76afedcb3cd3a92afc9224b03239c /docker-compose-test.yaml | |
parent | Merge branch 'rss' (diff) | |
download | blog-bun.tar.gz blog-bun.zip |
a branch for bun which currently doesnt work because bun cant run a real programbun
Diffstat (limited to 'docker-compose-test.yaml')
-rw-r--r-- | docker-compose-test.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose-test.yaml b/docker-compose-test.yaml index fceb9b9..8596ac8 100644 --- a/docker-compose-test.yaml +++ b/docker-compose-test.yaml @@ -1,7 +1,7 @@ version: "3.7" services: - blog: - image: blog + bunblog: + image: bunblog build: context: . networks: |