Skip to content

Commit

Permalink
Update to latest http echo container
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed Mar 2, 2024
1 parent 2fa588d commit 77bd263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/testharness/1.setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export SERVERIP=`hostname -I | cut -f1 -d' '`
echo $SERVERIP

make-ssl-cert generate-default-snakeoil
docker-compose up -d
docker compose up -d
docker ps -a

docker exec gpslogger-ftpd-server bash -c 'echo -e "Passw0rd\nPassw0rd" > /tmp/bobp.txt'
Expand Down
2 changes: 1 addition & 1 deletion assets/testharness/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:

https:
container_name: gpslogger-https-server
image: mendhak/http-https-echo:18
image: mendhak/http-https-echo:31
ports:
- "0.0.0.0:8081:8080"
- "0.0.0.0:8443:8443"
Expand Down

0 comments on commit 77bd263

Please sign in to comment.