Skip to content

Commit 3f11472

Browse files
authored
Update docker-compose.yaml
1 parent 1e820d6 commit 3f11472

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ services:
44
docs:
55
image: ghcr.io/context-hub/docs:latest
66
restart: always
7+
environment:
8+
NUXT_PUBLIC_GTAG_ID: ${NUXT_PUBLIC_GTAG_ID}
79
ports:
810
- 9001:80
911
networks:
@@ -14,4 +16,4 @@ networks:
1416
ipam:
1517
driver: default
1618
config:
17-
- subnet: 172.0.62.0/24
19+
- subnet: 172.0.62.0/24

0 commit comments

Comments
 (0)