mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
remove file
This commit is contained in:
parent
43be9d0171
commit
ba5d8feba2
@ -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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user