Skip to content

Commit

Permalink
chore: use docker run instead of create
Browse files Browse the repository at this point in the history
  • Loading branch information
tokers committed Nov 2, 2020
1 parent edacf6c commit 90936ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Running etcd server with TLS
if: matrix.os_name == 'linux_openresty'
run: |
sudo docker create -p 12379:12379 -p 12380:12380 \
sudo docker run -d -p 12379:12379 -p 12380:12380 \
-e ALLOW_NONE_AUTHENTICATION=yes \
-e ETCD_ADVERTISE_CLIENT_URLS=https://0.0.0.0:12379 \
-e ETCD_LISTEN_CLIENT_URLS=https://0.0.0.0:12379 \
Expand Down

0 comments on commit 90936ed

Please sign in to comment.