mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-10 16:46:17 +00:00
added whoami
This commit is contained in:
15
whoami/compose.yml
Normal file
15
whoami/compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
|
Reference in New Issue
Block a user