Compare commits
No commits in common. "4e6fe5359b4825a072e067a96fb9cfb6e33a4f9f" and "2bf23d2750d91896ea0be9643cff2fe3958fcac3" have entirely different histories.
4e6fe5359b
...
2bf23d2750
2 changed files with 3 additions and 4 deletions
|
@ -26,4 +26,4 @@
|
|||
# following line enables the CGI configuration for this host only
|
||||
# after it has been globally disabled with "a2disconf".
|
||||
#Include conf-available/serve-cgi-bin.conf
|
||||
</VirtualHost>
|
||||
</VirtualHost>
|
|
@ -1,4 +1,3 @@
|
|||
FROM alpine:latest
|
||||
RUN apk add --no-cache curl iputils-ping
|
||||
# CMD ["curl", "webserver:443"]
|
||||
CMD ["ping", "webserver -c 4"]
|
||||
RUN apk add --no-cache curl
|
||||
CMD ["curl", "webserver:80"]
|
Loading…
Add table
Add a link
Reference in a new issue