Skip to content

Commit

Permalink
feat(compose): consistent env naming
Browse files Browse the repository at this point in the history
  • Loading branch information
foosinn committed Apr 18, 2024
1 parent 251ef08 commit 2f2fae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.dist
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# enter your printer address here, with colons

YOUR_PRINTERS_MAC=de:ad:be:ef:13:37
PHOMEMO_BT_MAC=de:ad:be:ef:13:37
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ services:
phomemer:
image: ghcr.io/b4ckspace/phomemer:latest
environment:
PHOMEMO_BT_MAC: ${YOUR_PRINTERS_MAC}
PHOMEMO_BT_MAC: ${PHOMEMO_BT_MAC}
network_mode: "host"

0 comments on commit 2f2fae8

Please sign in to comment.