Skip to content

Commit

Permalink
refactor: assign directory inside of container
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed May 1, 2024
1 parent bec71c9 commit 39dc661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/setup/traefik-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const createDefaultTraefikConfig = () => {
},
}),
file: {
directory: DYNAMIC_TRAEFIK_PATH,
directory: "/etc/dokploy/traefik/dynamic",
watch: true,
},
},
Expand Down

0 comments on commit 39dc661

Please sign in to comment.