Skip to content

Commit 84fbee2

Browse files
authored
fix: change wifi restart config (#55)
1 parent 52cbd4d commit 84fbee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ services:
4545
PWC_HOST: bridge
4646
DBUS_SYSTEM_BUS_ADDRESS: "unix:path=/host/run/dbus/system_bus_socket"
4747
network_mode: "host"
48-
restart: on-failure
48+
restart: always
4949
volumes:
5050
- wifi_db:/app/db # Optional if not setting the hotspot ssid and password via the API
5151
labels:

0 commit comments

Comments
 (0)