init docker-remote-deployment-action
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
version: "3.3"
|
||||
|
||||
services:
|
||||
webapp:
|
||||
image: nginx
|
||||
ports:
|
||||
- 8080:8080
|
||||
network_mode: bridge
|
||||
Reference in New Issue
Block a user