Fix incorrect container name setting

This commit is contained in:
timvisee
2020-07-09 11:22:58 +02:00
parent 3e383f38bd
commit c2bfea7310

View File

@@ -2,7 +2,7 @@ version: "3"
services:
send-proxy:
name: send-proxy
container_name: send-proxy
image: 'jwilder/nginx-proxy:alpine'
ports:
- '80:80'