#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
|
default: true
|
||||||
exposedPort: 25565
|
exposedPort: 25565
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
factorio_game:
|
factorio-game:
|
||||||
port: 34197
|
port: 34197
|
||||||
expose:
|
expose:
|
||||||
default: true
|
default: true
|
||||||
exposedPort: 34197
|
exposedPort: 34197
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
factorio_steam:
|
factorio-steam:
|
||||||
port: 27015
|
port: 27015
|
||||||
expose:
|
expose:
|
||||||
default: true
|
default: true
|
||||||
|
|
Loading…
Reference in a new issue