This commit is contained in:
anlicheng 2025-09-17 10:18:21 +08:00
parent 3897145dbe
commit b20127ced9
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
%%% @end %%% @end
%%% Created : 07. 5 2025 15:47 %%% Created : 07. 5 2025 15:47
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
-module(docker_container_deployer). -module(docker_deploy).
-author("anlicheng"). -author("anlicheng").
-include("efka_tables.hrl"). -include("efka_tables.hrl").

View File

@ -8,7 +8,7 @@
%%% @end %%% @end
%%% Created : 19. 4 2025 14:55 %%% Created : 19. 4 2025 14:55
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
-module(docker_container_inetd). -module(docker_inetd).
-author("anlicheng"). -author("anlicheng").
-include("message_pb.hrl"). -include("message_pb.hrl").