Skip to content

Commit 43fc2f5

Browse files
committed
Upddate docker files
1 parent 66b8b21 commit 43fc2f5

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
DISTRO_NAME=realtimepi
2-
COMPOSE_PROJECT_NAME=realtimepi-build
2+
COMPOSE_PROJECT_NAME=realdimepi-build
3+

src/docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ services:
99
privileged: true
1010
volumes:
1111
- ./:/distro
12+
# - /mnt/sda1/CustomPiOS/src:/CustomPiOS
1213
devices:
1314
- /dev/loop-control
1415
labels:
1516
- com.centurylinklabs.watchtower.enable=true
17+
dns:
18+
- 8.8.8.8
19+
- 4.4.4.4
20+

0 commit comments

Comments
 (0)