#0000 - Fix naming conventions for Factorio services in Traefik.
Updated service identifiers from snake_case to kebab-case for consistency. This change aligns with standard naming practices and improves readability.
This commit is contained in:
parent
08316689aa
commit
735ae5f18d
1 changed files with 2 additions and 2 deletions
|
@ -754,13 +754,13 @@ ports:
|
|||
default: true
|
||||
exposedPort: 25565
|
||||
protocol: TCP
|
||||
factorio_game:
|
||||
factorio-game:
|
||||
port: 34197
|
||||
expose:
|
||||
default: true
|
||||
exposedPort: 34197
|
||||
protocol: TCP
|
||||
factorio_steam:
|
||||
factorio-steam:
|
||||
port: 27015
|
||||
expose:
|
||||
default: true
|
||||
|
|
Loading…
Reference in a new issue