Skip to content

Commit 393ace6

Browse files
Luke SikinaLuke-Sikina
Luke Sikina
authored andcommitted
Make path absolute
1 parent 9c8f1a1 commit 393ace6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uploader/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
networks:
3737
- picsure
3838
volumes:
39-
- ./uploader/data/seed.sql:/docker-entrypoint-initdb.d/seed.sql:ro
39+
- /usr/local/pic-sure-services/uploader/data/seed.sql:/docker-entrypoint-initdb.d/seed.sql:ro
4040
- uploader-db-data:/var/lib/mysql
4141
volumes:
4242
uploader-db-data:

0 commit comments

Comments
 (0)