first test

This commit is contained in:
Nils Stinnesbeck 2022-09-28 10:26:21 +02:00
commit 4708866c7d
Signed by: nils
GPG Key ID: 86D4882C6C6CA48B

11
nginx.yml Normal file
View File

@ -0,0 +1,11 @@
version: '3.7'
services:
web:
image: nginx
networks:
- web
networks:
web:
name: npm_web
external: true