diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-05 18:55:44 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-05 18:55:44 +0000 |
commit | 04f9e2dc82f8bca599b7e7d968e1bb4546b66f32 (patch) | |
tree | 191194a46c01ed678c380193777f4f78db239ee9 | |
parent | config for the app (diff) | |
download | icanhazallips-04f9e2dc82f8bca599b7e7d968e1bb4546b66f32.tar.gz icanhazallips-04f9e2dc82f8bca599b7e7d968e1bb4546b66f32.zip |
fixed a typo, its published not publish
Diffstat (limited to '')
-rw-r--r-- | docker-compose.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index f60b052..54ae340 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -9,7 +9,7 @@ services: restart: unless-stopped ports: - target: 8080 - publish: 9380 + published: 9380 mode: host entrypoint: ["/icanhazallips/icanhazallips"] cap_drop: |