mirror of
https://github.com/timvisee/send-docker-compose.git
synced 2025-12-06 14:00:58 +03:00
Fix incorrect container name setting
This commit is contained in:
@@ -2,7 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
send-proxy:
|
||||
name: send-proxy
|
||||
container_name: send-proxy
|
||||
image: 'jwilder/nginx-proxy:alpine'
|
||||
ports:
|
||||
- '80:80'
|
||||
|
||||
Reference in New Issue
Block a user