docker-projects/whoami/compose.yml
dominikhoebert 4040b166f8 added whoami
2024-07-29 20:57:34 +02:00

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