Skip to content

Commit 04fea66

Browse files
committed
add missing run command to example compose file
1 parent f72b03b commit 04fea66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: "3"
33
services:
44
pico:
55
image: picostack/pico
6+
command: run https://github.com/some_namespace/pico_configs
67
environment:
78
HOSTNAME: ${HOSTNAME}
89
DEBUG: "1"

0 commit comments

Comments
 (0)