We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b8b21 commit 43fc2f5Copy full SHA for 43fc2f5
2 files changed
src/.env
@@ -1,2 +1,3 @@
1
DISTRO_NAME=realtimepi
2
-COMPOSE_PROJECT_NAME=realtimepi-build
+COMPOSE_PROJECT_NAME=realdimepi-build
3
+
src/docker-compose.yml
@@ -9,7 +9,12 @@ services:
9
privileged: true
10
volumes:
11
- ./:/distro
12
+ # - /mnt/sda1/CustomPiOS/src:/CustomPiOS
13
devices:
14
- /dev/loop-control
15
labels:
16
- com.centurylinklabs.watchtower.enable=true
17
+ dns:
18
+ - 8.8.8.8
19
+ - 4.4.4.4
20
0 commit comments