mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-28 01:07:07 +00:00
15 lines
324 B
YAML
15 lines
324 B
YAML
|
# https://hub.docker.com/r/traefik/whoami
|
||
|
|
||
|
# Tiny Go webserver that prints OS information and HTTP request to output
|
||
|
|
||
|
name: whoami
|
||
|
services:
|
||
|
whoami-test:
|
||
|
image: traefik/whoami
|
||
|
container_name: whoami
|
||
|
security_opt:
|
||
|
- no-new-privileges:true
|
||
|
environment:
|
||
|
- TZ=Europe/Vienna
|
||
|
ports:
|
||
|
- 83:80
|