Excluir docker-compose-exemplo.yml
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
# docker-compose.yml
|
||||
version: '3.8'
|
||||
services:
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- ./html:/usr/share/nginx/html:ro
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user