remove file

This commit is contained in:
Mauricio Siu 2024-06-23 00:26:30 -06:00
parent 43be9d0171
commit ba5d8feba2

View File

@ -1,18 +0,0 @@
version: '3.8'
services:
app:
image: nginx:latest
labels:
- 'traefik.http.routers.nginx.rule=Host(`test.docker.localhost`)'
- 'traefik.http.routers.nginx.entrypoints=web'
- 'traefik.http.services.nginx.loadbalancer.server.port=80'
networks:
- dokploy-network
networks:
dokploy-network:
external: true